aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bmake/tests/Makefile')
-rw-r--r--usr.bin/bmake/tests/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/bmake/tests/Makefile b/usr.bin/bmake/tests/Makefile
new file mode 100644
index 000000000000..4dabc8879b4e
--- /dev/null
+++ b/usr.bin/bmake/tests/Makefile
@@ -0,0 +1,15 @@
+PACKAGE= tests
+
+${PACKAGE}FILES+= common.sh
+${PACKAGE}FILES+= test-new.mk
+
+TESTS_SUBDIRS= archives
+TESTS_SUBDIRS+= basic
+TESTS_SUBDIRS+= execution
+TESTS_SUBDIRS+= shell
+TESTS_SUBDIRS+= suffixes
+TESTS_SUBDIRS+= syntax
+TESTS_SUBDIRS+= sysmk
+TESTS_SUBDIRS+= variables
+
+.include <bsd.test.mk>