diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-13 17:12:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-13 17:12:22 -0800 |
commit | fe2f8d7123f22cf7755330ac8b289bc3cd838af3 (patch) | |
tree | 93f74a86a26abf02fdfad4c4f7422f94e55bf977 /Makefile | |
parent | b53f80bc65b8cb7d382f4c16b6218ccfcb579ef5 (diff) | |
download | txr-fe2f8d7123f22cf7755330ac8b289bc3cd838af3.tar.gz txr-fe2f8d7123f22cf7755330ac8b289bc3cd838af3.tar.bz2 txr-fe2f8d7123f22cf7755330ac8b289bc3cd838af3.zip |
New testcase which does some UTF-8 scanning, Unicode regexes,
and @(freeform).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ tests: $(PROG) $(TESTS) 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/002/%: TXR_SCRIPT_ON_CMDLINE := y |