diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-08-12 07:27:40 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-08-12 07:27:40 -0700 |
commit | 8814829f386cb8b4fd89b969f0188d26bb61440d (patch) | |
tree | 9a81eb8e4348da67f31de813380ea065d7fb1557 /Makefile | |
parent | 0afd465e3a1b68abfb133b02cc017a9e224bf9f4 (diff) | |
download | txr-8814829f386cb8b4fd89b969f0188d26bb61440d.tar.gz txr-8814829f386cb8b4fd89b969f0188d26bb61440d.tar.bz2 txr-8814829f386cb8b4fd89b969f0188d26bb61440d.zip |
tests: add test related to recent @(collect) change.
This test will misbehave on TXR without the previous fix;
it will not collect columns of data which keep the
corresponding rows items together.
* tests/002/variant, tests/002/variant.expected,
tests/002/variant.txr: New files.
* Makefile (TXR_ARGS, TXR_OPTS): Override for new test.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -372,6 +372,8 @@ 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/002/variant.ok: TXR_ARGS := tests/002/variant +tst/tests/002/variant.ok: TXR_OPTS := -C 300 tst/tests/004/%: TXR_ARGS := -a 123 -b -c tst/tests/005/%: TXR_ARGS := tests/005/data tst/tests/005/%: TXR_OPTS := -B |