summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bffc51c..1b02e62 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,8 @@ obj/%.o: src/%.c
tests/+results/%.txt: tests/cases/%.txt obj/$(BINARY)
$(<<) "$(<<bold>>)TEST\t" $(<:tests/cases/%.txt=case-%)"$(<<stop>>)"
@mkdir -p tests/+results
+ # $(<<bold>>)============ input =============$(<<stop>>)
+ @cat $(<)
# $(<<bold>>)============ output =============$(<<stop>>)
@obj/$(BINARY) < $(<) | tee $(@)
# $(<<bold>>)=========== expected ============$(<<stop>>)