aboutsummaryrefslogtreecommitdiffstats
path: root/test-main.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-01-09 10:39:06 -0800
committerRose Hogenson <rhogenson@posteo.net>2022-01-09 10:39:06 -0800
commit45024698a5f11d4dddbbf7be75d96490d188f0ae (patch)
treeafc1c95d56ec72d263a6cd14899aeb1055a8b296 /test-main.csc
parentInitial commit. (diff)
downloadchromatopelma-45024698a5f11d4dddbbf7be75d96490d188f0ae.tar.zst
Use load to evaluate each library's tests.
Diffstat (limited to 'test-main.csc')
-rw-r--r--test-main.csc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-main.csc b/test-main.csc
index a8c3a6e..7b45883 100644
--- a/test-main.csc
+++ b/test-main.csc
@@ -2,4 +2,5 @@
(only (csc testing) test-main))
+(for-each load (cdr (command-line)))
(test-main)