diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-01 20:10:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-01 20:10:50 -0700 |
commit | d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc (patch) | |
tree | 916e307d85a7fbf8bb30c256f10988851aa96bb3 /Makefile | |
parent | 2e7542a6b590e4662cff1ab1eab62945b7bbccad (diff) | |
download | txr-d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc.tar.gz txr-d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc.tar.bz2 txr-d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc.zip |
Tokenizing test case, exercising for @(coll :gap 0)
and horizontal @(choose :shortest ...).
* Makefile: Defined TXR_ARGS for tests/008 directory.
* tests/008/data: New file.
* tests/008/tokenize.expected: New file.
* tests/008/tokenize.txr: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ 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/008/%: TXR_ARGS := $(top_srcdir)/tests/008/data tests/002/%: TXR_SCRIPT_ON_CMDLINE := y |