From 5deaba90dc0934e1b7b6ef026df77910c70560f1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 24 Aug 2015 07:47:12 -0700 Subject: 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. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3