diff options
Diffstat (limited to 'usr.bin/make/tests/basic/t0/Makefile')
-rw-r--r-- | usr.bin/make/tests/basic/t0/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/make/tests/basic/t0/Makefile b/usr.bin/make/tests/basic/t0/Makefile new file mode 100644 index 0000000..ef390dd --- /dev/null +++ b/usr.bin/make/tests/basic/t0/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/usr.bin/make/basic/t0 + +TAP_TESTS_SH= legacy_test + +FILESDIR= ${TESTSDIR} +FILES= expected.status.1 +FILES+= expected.stderr.1 +FILES+= expected.stdout.1 + +.include <bsd.test.mk> |