diff options
Diffstat (limited to 'sbin/mdconfig/tests/Makefile')
| -rw-r--r-- | sbin/mdconfig/tests/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/mdconfig/tests/Makefile b/sbin/mdconfig/tests/Makefile new file mode 100644 index 000000000000..17284bb6ee22 --- /dev/null +++ b/sbin/mdconfig/tests/Makefile @@ -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> |
