summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/suffixes/src_wild2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/tests/suffixes/src_wild2/Makefile')
-rw-r--r--usr.bin/make/tests/suffixes/src_wild2/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/make/tests/suffixes/src_wild2/Makefile b/usr.bin/make/tests/suffixes/src_wild2/Makefile
new file mode 100644
index 0000000..a474bae
--- /dev/null
+++ b/usr.bin/make/tests/suffixes/src_wild2/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/usr.bin/make/suffixes/src_wild2
+
+TAP_TESTS_SH= legacy_test
+
+FILESDIR= ${TESTSDIR}
+FILES= Makefile.test
+FILES+= TEST1.a
+FILES+= TEST2.a
+FILES+= expected.status.1
+FILES+= expected.stderr.1
+FILES+= expected.stdout.1
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud