about summary refs log tree commit diff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-03-31 17:15:55 +0300
committerNakidai <nakidai@disroot.org>2025-03-31 17:15:55 +0300
commitd0ea12857007f9d6d48df7e87b8dcdff4dd8a75e (patch)
treedb312156afea7476d887798d731b29e6729aaf4c /examples/Makefile
parent2abf5178e4957c18ee9f83490eff5e4135199ff1 (diff)
download3cl-d0ea12857007f9d6d48df7e87b8dcdff4dd8a75e.tar.gz
3cl-d0ea12857007f9d6d48df7e87b8dcdff4dd8a75e.zip
Edit test structure
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/$@`"