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