aboutsummaryrefslogtreecommitdiff
path: root/scripts/makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.tests')
-rw-r--r--scripts/makefile.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/makefile.tests b/scripts/makefile.tests
new file mode 100644
index 0000000..600a819
--- /dev/null
+++ b/scripts/makefile.tests
@@ -0,0 +1,6 @@
+TESTS :=
+
+include tests/*/source.mk
+
+.PHONY: check
+check: $(TESTS)