summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-01 19:46:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-01 19:46:34 -0700
commit2e7542a6b590e4662cff1ab1eab62945b7bbccad (patch)
tree2902d4d9b9245a5cdff250aed6822a86f7b882d6 /Makefile
parent949fcea2c7832d799f08f09b5afba0e483fa66a8 (diff)
downloadtxr-2e7542a6b590e4662cff1ab1eab62945b7bbccad.tar.gz
txr-2e7542a6b590e4662cff1ab1eab62945b7bbccad.tar.bz2
txr-2e7542a6b590e4662cff1ab1eab62945b7bbccad.zip
New test case, covering exception handling across nested
function invocations. * Makefile (TEST): Test targets marked as .PHONY, because they are. * tests/007/except-1.expected: New file. * tests/007/except-1.out: New file. * tests/007/except-1.txr: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b555b657..e32cc0b4 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ depend:
TESTS := $(patsubst $(top_srcdir)/%.txr,./%.ok,\
$(shell find $(top_srcdir)/tests -name '*.txr' | sort))
-.PHONY: tests
+.PHONY: tests $(TEST)
tests: $(TESTS)
@echo "** tests passed!"