diff options
Diffstat (limited to 'scripts/makefile.tests')
| -rw-r--r-- | scripts/makefile.tests | 6 |
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) |
