freebsd-skq/bin/ls/tests/Makefile

14 lines
364 B
Makefile
Raw Normal View History

# $FreeBSD$
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
2015-06-14 20:52:52 +00:00
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/awk /usr/bin/nc /usr/bin/sort"
2015-06-14 20:52:52 +00:00
.include <bsd.test.mk>