]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/mdconfig/tests/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.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>