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