diff options
| author | Nakidai <nakidai@disroot.org> | 2025-03-31 17:15:55 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2025-03-31 17:15:55 +0300 |
| commit | d0ea12857007f9d6d48df7e87b8dcdff4dd8a75e (patch) | |
| tree | db312156afea7476d887798d731b29e6729aaf4c /examples/Makefile | |
| parent | 2abf5178e4957c18ee9f83490eff5e4135199ff1 (diff) | |
| download | 3cl-d0ea12857007f9d6d48df7e87b8dcdff4dd8a75e.tar.gz 3cl-d0ea12857007f9d6d48df7e87b8dcdff4dd8a75e.zip | |
Edit test structure
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
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/$@`" |