]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/ls/tests/Makefile
MFC r288330,r288423,r288678,r288905,r288906,r288907,r289102:
[FreeBSD/stable/10.git] / bin / ls / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/bin/ls
4
5 ATF_TESTS_SH+=  ls_tests
6 # This seems like overkill, but the idea in mind is that all of the testcases
7 # should be runnable as !root
8 TEST_METADATA.ls_tests+=        required_user="unprivileged"
9 TEST_METADATA.ls_tests+=        required_files="/usr/bin/awk /usr/bin/nc /usr/bin/sort"
10
11 .include <bsd.test.mk>