diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-10-30 14:23:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-10-30 14:23:43 -0800 |
commit | a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76 (patch) | |
tree | 78480e7e9042070ea95a545efdded2f59fa2abe7 /Makefile | |
parent | 0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2 (diff) | |
download | txr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.tar.gz txr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.tar.bz2 txr-a4054e21a03f6c388aa7c8ff79eefc8f36bd3f76.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |