summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/Makefile')
-rw-r--r--usr.bin/make/tests/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/make/tests/Makefile b/usr.bin/make/tests/Makefile
new file mode 100644
index 0000000..d5bad60
--- /dev/null
+++ b/usr.bin/make/tests/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/usr.bin/make
+
+FILESDIR= ${TESTSDIR}
+FILES= common.sh
+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>
OpenPOWER on IntegriCloud