summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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!"