43faedc133
Sponsored by: The FreeBSD Foundation
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
|
|
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"
|
|
|
|
.include <bsd.test.mk>
|