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