From 45024698a5f11d4dddbbf7be75d96490d188f0ae Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 9 Jan 2022 10:39:06 -0800 Subject: Use load to evaluate each library's tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3.1