diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-19 22:30:01 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-19 22:30:01 -0800 |
commit | 811b58e8f70fac421a905a2b627449dfd079958c (patch) | |
tree | 46aa106bbf65d34f4ca93c050f496300f0822f3f /Makefile | |
parent | 10a4b498a6f4d1ab74e9612419cb1481cee627fc (diff) | |
download | txr-811b58e8f70fac421a905a2b627449dfd079958c.tar.gz txr-811b58e8f70fac421a905a2b627449dfd079958c.tar.bz2 txr-811b58e8f70fac421a905a2b627449dfd079958c.zip |
* Makefile (tests/008/soundex.ok): New test case.
(TXR_ARGS): Specified for new test case.
* tests/008/soundex.expected: New file.
* tests/008/soundex.txr: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ tests/006/%: TXR_ARGS := $(top_srcdir)/tests/006/data tests/008/tokenize.ok: TXR_ARGS := $(top_srcdir)/tests/008/data tests/008/configfile.ok: TXR_ARGS := $(top_srcdir)/tests/008/configfile tests/008/students.ok: TXR_ARGS := $(top_srcdir)/tests/008/students.xml +tests/008/soundex.ok: TXR_ARGS := soundex sowndex lloyd lee jackson robert tests/009/json.ok: TXR_ARGS := $(top_srcdir)/tests/009/webapp.json tests/009/json.ok: TXR_OPTS := -l |