diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-25 07:22:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-25 07:22:52 -0700 |
commit | cf79fc20eb9e8955042660c0b1e124b5b603746c (patch) | |
tree | d474fad48821fb883e8c00d2f990626deca34ae6 | |
parent | 572f1fcfd4a2399395c2ce37d892f53117b84222 (diff) | |
download | txr-cf79fc20eb9e8955042660c0b1e124b5b603746c.tar.gz txr-cf79fc20eb9e8955042660c0b1e124b5b603746c.tar.bz2 txr-cf79fc20eb9e8955042660c0b1e124b5b603746c.zip |
* Makefile (tst/tets/012/%): Disable --gc-debug for
tests in this directory.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-07-25 Kaz Kylheku <kaz@kylheku.com> + + * Makefile (tst/tets/012/%): Disable --gc-debug for + tests in this directory. + 2015-07-24 Kaz Kylheku <kaz@kylheku.com> * tests/012/ifa.tl: New test for it being bound to a place. @@ -277,6 +277,7 @@ tst/tests/010/reghash.out: TXR_OPTS := -B tst/tests/002/%: TXR_SCRIPT_ON_CMDLINE := y tst/tests/011/%: TXR_DBG_OPTS := +tst/tests/012/%: TXR_DBG_OPTS := .PRECIOUS: tst/%.out tst/%.out: %.txr |