aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent3ff7aac2d2eb2cbf2f854793fc0d7bc6f1f7d927 (diff)
downloadchromatopelma-45024698a5f11d4dddbbf7be75d96490d188f0ae.tar.zst
Use load to evaluate each library's tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4756073..4c2be61 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ CSC = guile-compat/csc.fish
.PHONY: test
test: *.csc
- $(CSC) <( cat *-test.csc test-main.csc )
+ $(CSC) test-main.csc *-test.csc