Add Makefile missed in r263220.
This commit is contained in:
parent
c18e87c8da
commit
0ee5980c22
13
sbin/mdconfig/tests/Makefile
Normal file
13
sbin/mdconfig/tests/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/sbin/mdconfig
|
||||
|
||||
TAP_TESTS_SH= legacy_test
|
||||
TAP_TESTS_SH_SED_legacy_test= 's,__PERL__,${TAP_PERL_INTERPRETER},g'
|
||||
TEST_METADATA.legacy_test+= required_programs="${TAP_PERL_INTERPRETER}"
|
||||
|
||||
FILESDIR= ${TESTSDIR}
|
||||
FILES= mdconfig.test
|
||||
FILES+= run.pl
|
||||
|
||||
.include <bsd.test.mk>
|
Loading…
Reference in New Issue
Block a user