summaryrefslogtreecommitdiffstats
path: root/bin/ls/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls/tests/Makefile')
-rw-r--r--bin/ls/tests/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/ls/tests/Makefile b/bin/ls/tests/Makefile
new file mode 100644
index 0000000..38770e3
--- /dev/null
+++ b/bin/ls/tests/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+TESTSDIR= ${TESTSBASE}/bin/ls
+
+ATF_TESTS_SH+= ls_tests
+# This seems like overkill, but the idea in mind is that all of the testcases
+# should be runnable as !root
+TEST_METADATA.ls_tests+= required_user="unprivileged"
+TEST_METADATA.ls_tests+= required_files="/usr/bin/nc"
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud