diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-03 23:55:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-03 23:55:17 -0700 |
commit | fe9a0303c60fa1ff636ac866f1cc73f380503d5b (patch) | |
tree | 34e285e50664ad79c8017f3180f5aa5a6f9e15e7 /Makefile | |
parent | eb081ac7627ce7b4e093d4d84ebfa99790008d59 (diff) | |
download | txr-fe9a0303c60fa1ff636ac866f1cc73f380503d5b.tar.gz txr-fe9a0303c60fa1ff636ac866f1cc73f380503d5b.tar.bz2 txr-fe9a0303c60fa1ff636ac866f1cc73f380503d5b.zip |
tests: add @{var1 var2} match test.
* tests/001/query-5.txr: New file.
* tests/001/query-5.expected: New file.
* Makefile (tst/tests/001/query-5.ok): Pass -B to txr for this
new test.
* tests/017/glob-carray.expected: Updated, because the glob
test globs over the contents of tests/001 directory.
* tests/017/glob-zarray.expected: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -370,6 +370,7 @@ tst/tests/001/%: TXR_ARGS := tests/001/data tst/tests/001/query-1.ok: TXR_OPTS := -B tst/tests/001/query-2.ok: TXR_OPTS := -B tst/tests/001/query-4.ok: TXR_OPTS := -B +tst/tests/001/query-5.ok: TXR_OPTS := -B tst/tests/002/%: TXR_OPTS := -C 142 -DTESTDIR=tests/002 tst/tests/004/%: TXR_ARGS := -a 123 -b -c tst/tests/005/%: TXR_ARGS := tests/005/data |