summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-24 07:47:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-24 07:47:12 -0700
commit5deaba90dc0934e1b7b6ef026df77910c70560f1 (patch)
tree99e9307f37d34f3a9fd29116c0a68c0eff10f9cf /Makefile
parentaf8709c031d7f0b7d61872536922d3acf16180c5 (diff)
downloadtxr-5deaba90dc0934e1b7b6ef026df77910c70560f1.tar.gz
txr-5deaba90dc0934e1b7b6ef026df77910c70560f1.tar.bz2
txr-5deaba90dc0934e1b7b6ef026df77910c70560f1.zip
Add maze generation to test suite.
* Makefile (tst/tests/013/maze.out): Add TXR_ARGS. Disable gc-debugging for tests in new directory. * tests/013/maze.expected: New file. * tests/013/maze.tl: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 016a9c0b..a19e41dd 100644
--- a/Makefile
+++ b/Makefile
@@ -286,11 +286,13 @@ tst/tests/009/json.out: TXR_ARGS := $(addprefix tests/009/,webapp.json pass1.jso
tst/tests/010/align-columns.out: TXR_ARGS := tests/010/align-columns.dat
tst/tests/010/block.out: TXR_OPTS := -B
tst/tests/010/reghash.out: TXR_OPTS := -B
+tst/tests/013/maze.out: TXR_ARGS := 20 20
tst/tests/002/%: TXR_SCRIPT_ON_CMDLINE := y
tst/tests/011/%: TXR_DBG_OPTS :=
tst/tests/012/%: TXR_DBG_OPTS :=
+tst/tests/013/%: TXR_DBG_OPTS :=
.PRECIOUS: tst/%.out
tst/%.out: %.txr