diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-02 11:51:06 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-02 11:51:06 -0800 |
commit | 0f6603d5716d285a89a66d88200830c26917e89d (patch) | |
tree | d8d0f226e9aebc53fb97615af19280d6c1eed171 /Makefile | |
parent | 0d3fc60bfb0d85e4c79550caec0f65976a9692f4 (diff) | |
download | txr-0f6603d5716d285a89a66d88200830c26917e89d.tar.gz txr-0f6603d5716d285a89a66d88200830c26917e89d.tar.bz2 txr-0f6603d5716d285a89a66d88200830c26917e89d.zip |
This test case would have caught the prior regression.
* Makefile (TXR_ARGS): Defined for new test case.
* tests/010/align-columns.dat: New file.
* tests/010/align-columns.expected: New file.
* tests/010/align-columns.txr: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ 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 +tests/010/align-columns.ok: TXR_ARGS := $(top_srcdir)/tests/010/align-columns.dat tests/002/%: TXR_SCRIPT_ON_CMDLINE := y |