diff options
-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 |