]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/apply/tests/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / apply / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.bin/apply
4
5 TAP_TESTS_SH=   legacy_test
6
7 FILESDIR=       ${TESTSDIR}
8 FILES=          regress.00.in
9 FILES+=         regress.00.out
10 FILES+=         regress.01.out
11 FILES+=         regress.01.sh
12 FILES+=         regress.sh
13
14 .include <bsd.test.mk>