aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 0a662f7..105b9bb 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -6,8 +6,12 @@ check:
SOURCES != echo */source.mk
DO != echo -n > tests.mk
+
+TESTS :=
include $(SOURCES)
+DO != ./scripts/gen-tests $(TESTS)
+
RM ?= rm
.PHONY: clean