]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/suffixes/src_wild1/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / make / tests / suffixes / src_wild1 / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.bin/make/suffixes/src_wild1
4
5 TAP_TESTS_SH=   legacy_test
6
7 FILESDIR=       ${TESTSDIR}
8 FILES=          Makefile.test
9 FILES+=         TEST1.a
10 FILES+=         TEST2.a
11 FILES+=         expected.status.1
12 FILES+=         expected.stderr.1
13 FILES+=         expected.stdout.1
14
15 .include <bsd.test.mk>