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 | 090830fa637b90f93b5baf619e2e6fc729187fb7 (patch) | |
tree | 6c7d7d5b5615a27358f77b1225741b7c2084fd65 | |
parent | 5068b19b14fb11dc579cd85f5b0a31c1e4df551d (diff) | |
download | txr-090830fa637b90f93b5baf619e2e6fc729187fb7.tar.gz txr-090830fa637b90f93b5baf619e2e6fc729187fb7.tar.bz2 txr-090830fa637b90f93b5baf619e2e6fc729187fb7.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.
-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 |