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