diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 17:12:09 +0900 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 17:12:09 +0900 |
commit | 7832f59b3b55ce7ff2ecd2e96a689966840d6f24 (patch) | |
tree | 864889a9e07900f0296581275d857b0aac46dc3f /Makefile | |
parent | b0355cff2e7e2adf44674ca4fe1bdde77557809e (diff) | |
download | txr-7832f59b3b55ce7ff2ecd2e96a689966840d6f24.tar.gz txr-7832f59b3b55ce7ff2ecd2e96a689966840d6f24.tar.bz2 txr-7832f59b3b55ce7ff2ecd2e96a689966840d6f24.zip |
New testcase for freeform.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ tests/001/%: TXR_ARGS := $(top_srcdir)/tests/001/data tests/002/%: TXR_OPTS := -DTESTDIR=$(top_srcdir)/tests/002 tests/004/%: TXR_ARGS := -a 123 -b -c tests/005/%: TXR_ARGS := $(top_srcdir)/tests/005/data +tests/006/%: TXR_ARGS := $(top_srcdir)/tests/006/data tests/002/%: TXR_SCRIPT_ON_CMDLINE := y |