aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.lisp')
-rw-r--r--tests/test.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lisp b/tests/test.lisp
index 26ba788..614fcec 100644
--- a/tests/test.lisp
+++ b/tests/test.lisp
@@ -2,7 +2,7 @@
(let ((name (symbol->string module)))
`(progn
(princ (format "[TEST] %s\n" ,name))
- (load (format "%s.lisp" ,name))
+ (load (format "tests/%s.lisp" ,name))
(princ (format "[PASS] %s\n" ,name)))))
(test-module math)