summaryrefslogtreecommitdiffstats
path: root/pw/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pw/tests/Makefile')
-rw-r--r--pw/tests/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/pw/tests/Makefile b/pw/tests/Makefile
new file mode 100644
index 0000000..577ea93
--- /dev/null
+++ b/pw/tests/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/usr.sbin/pw
+
+ATF_TESTS_SH= pw_delete
+
+FILES= group helper_functions.shin master.passwd
+FILESDIR= ${TESTSDIR}
+
+.include <bsd.test.mk>