diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-09-07 06:40:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-09-07 06:40:05 -0700 |
commit | 575851b07a498847b8ddeaf94db8bc177c4f57c1 (patch) | |
tree | 6c7d7d5b5615a27358f77b1225741b7c2084fd65 /Makefile | |
parent | 3ce8ddfae8335ec2e730b1a184d4aad29038e15d (diff) | |
download | txr-575851b07a498847b8ddeaf94db8bc177c4f57c1.tar.gz txr-575851b07a498847b8ddeaf94db8bc177c4f57c1.tar.bz2 txr-575851b07a498847b8ddeaf94db8bc177c4f57c1.zip |
tests: no gc torture for tests/019.
* Makefile (tst/tests/019/%): Clear TXR_DBG_OPTS for this
recently introduced directory, so txr isn't run with
--gc-debug.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -433,6 +433,7 @@ tst/tests/015/%: TXR_DBG_OPTS := tst/tests/016/%: TXR_DBG_OPTS := tst/tests/017/%: TXR_DBG_OPTS := tst/tests/018/%: TXR_DBG_OPTS := +tst/tests/019/%: TXR_DBG_OPTS := tst/tests/014/dgram-stream.ok: | tst/tests/014/socket-basic.ok |