summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-03-16 02:32:44 +0000
committerjmmv <jmmv@FreeBSD.org>2014-03-16 02:32:44 +0000
commit0ee5980c22527c87c035eb4d4f003e2dbc247724 (patch)
tree89e90d394587604e082e2d35c903093b2e7a0c01 /sbin/mdconfig
parentc18e87c8da592d0e46a9fcccb7d4a9af7ecb935e (diff)
downloadFreeBSD-src-0ee5980c22527c87c035eb4d4f003e2dbc247724.zip
FreeBSD-src-0ee5980c22527c87c035eb4d4f003e2dbc247724.tar.gz
Add Makefile missed in r263220.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/tests/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/mdconfig/tests/Makefile b/sbin/mdconfig/tests/Makefile
new file mode 100644
index 0000000..17284bb
--- /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>
OpenPOWER on IntegriCloud