]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - sbin/mdconfig/tests/Makefile
Copy stable/10@r272459 to releng/10.1 as part of
[FreeBSD/releng/10.1.git] / sbin / mdconfig / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sbin/mdconfig
4
5 TAP_TESTS_SH=                   legacy_test
6 TAP_TESTS_SH_SED_legacy_test=   's,__PERL__,${TAP_PERL_INTERPRETER},g'
7 TEST_METADATA.legacy_test+=     required_programs="${TAP_PERL_INTERPRETER}"
8
9 FILESDIR=       ${TESTSDIR}
10 FILES=          mdconfig.test
11 FILES+=         run.pl
12
13 .include <bsd.test.mk>