From d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 1 Oct 2011 20:10:50 -0700 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e32cc0b4..82202f65 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3