aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-09-23 21:01:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-09-23 22:23:47 +0200
commit0c0142881f769b6c42a8a69bec490ba9e98ccf48 (patch)
tree515f790266a701a590f04ea589436c54ed3c44b7 /tests/run-tests.scm
parentMove graphviz to main tree. (diff)
downloadcalp-0c0142881f769b6c42a8a69bec490ba9e98ccf48.tar.gz
calp-0c0142881f769b6c42a8a69bec490ba9e98ccf48.tar.xz
Move all generally usable scripts to module dir.
Diffstat (limited to 'tests/run-tests.scm')
-rwxr-xr-xtests/run-tests.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run-tests.scm b/tests/run-tests.scm
index 986d1ac4..ca8f9de4 100755
--- a/tests/run-tests.scm
+++ b/tests/run-tests.scm
@@ -16,7 +16,6 @@ fi
(define here (dirname (current-filename)))
(use-modules (hnh util path))
-(add-to-load-path (path-append (dirname here) "scripts"))
(use-modules (srfi srfi-1)
(srfi srfi-64)
@@ -34,7 +33,7 @@ fi
close-pipe))
((ice-9 rdelim) :select (read-string))
(system vm coverage)
- ((all-modules) :select (fs-find))
+ ((hnh module-introspection all-modules) :select (fs-find))
)