aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/tests/basic/t0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bmake/tests/basic/t0/Makefile')
-rw-r--r--usr.bin/bmake/tests/basic/t0/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/bmake/tests/basic/t0/Makefile b/usr.bin/bmake/tests/basic/t0/Makefile
new file mode 100644
index 000000000000..6f7cf0fec6f5
--- /dev/null
+++ b/usr.bin/bmake/tests/basic/t0/Makefile
@@ -0,0 +1,11 @@
+PACKAGE= tests
+
+TESTSDIR= ${TESTSBASE}/usr.bin/bmake/basic/t0
+
+TAP_TESTS_SH= legacy_test
+
+${PACKAGE}FILES+= expected.status.1
+${PACKAGE}FILES+= expected.stderr.1
+${PACKAGE}FILES+= expected.stdout.1
+
+.include <bsd.test.mk>