summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-10-30 14:23:43 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-10-30 14:23:43 -0800
commita4054e21a03f6c388aa7c8ff79eefc8f36bd3f76 (patch)
tree78480e7e9042070ea95a545efdded2f59fa2abe7 /Makefile
parent0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2 (diff)
downloadtxr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.tar.gz
txr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.tar.bz2
txr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.zip
Starting txr git.graftedtxr-018
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)