summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b36dc41f..55adb34f 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ tests: txr $(TESTS)
tests/001/%: TXR_ARGS := tests/001/data
tests/002/%: TXR_OPTS := -DTESTDIR=tests/002
+tests/004/%: TXR_ARGS := -a 123 -b -c
%.ok: %.txr
./txr $(TXR_DBG_OPTS) $(TXR_OPTS) $^ $(TXR_ARGS) > $(@:.ok=.out)