about summary refs log tree commit diff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index c4901ab..faf2f75 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -6,4 +6,4 @@ all: ${TESTS}
 .PHONY: ${TESTS}
 ${TESTS}:
 	@echo "Test: $@"
-	@test "`../3cl -d $@.ccl`" = "`cat $@.ccl.test`"
+	@test "`../3cl -d $@.ccl < in/$@`" = "`cat out/$@`"