summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-01 20:26:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-01 20:26:51 -0700
commitf913686407f54b66a4ae13f7361f45ef66423781 (patch)
tree8a351596de202c301212b2d7154342382f0e3234 /Makefile
parent10cda159132822dd9c77199409fe09ff9f4d7417 (diff)
downloadtxr-f913686407f54b66a4ae13f7361f45ef66423781.tar.gz
txr-f913686407f54b66a4ae13f7361f45ef66423781.tar.bz2
txr-f913686407f54b66a4ae13f7361f45ef66423781.zip
New test case under tests/008.
* Makefile: Made previous TXR_ARGS for 008 specific to tokenizing test case, and introduced separate TXR_ARGS for this test case. * tests/008/configfile: New file. * tests/008/configfile.expected: New file. * tests/008/configfile.txr: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82202f65..93c5b479 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,8 @@ 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/008/tokenize.ok: TXR_ARGS := $(top_srcdir)/tests/008/data
+tests/008/configfile.ok: TXR_ARGS := $(top_srcdir)/tests/008/configfile
tests/002/%: TXR_SCRIPT_ON_CMDLINE := y