aboutsummaryrefslogtreecommitdiff
path: root/bin/mv/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mv/tests/Makefile')
-rw-r--r--bin/mv/tests/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/mv/tests/Makefile b/bin/mv/tests/Makefile
new file mode 100644
index 000000000000..3d437ef916a6
--- /dev/null
+++ b/bin/mv/tests/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/bin/mv
+
+TAP_TESTS_SH= legacy_test
+
+.include <bsd.test.mk>