xref: /freebsd/bin/ls/tests/Makefile (revision 13caa468668019a6c93ed6ff65ab21c673b378cb)
1# $FreeBSD$
2
3PACKAGE=	tests
4FILESGROUPS=	TESTS
5TESTSPACKAGE=	${PACKAGE}
6
7ATF_TESTS_SH+=	ls_tests
8# This seems like overkill, but the idea in mind is that all of the testcases
9# should be runnable as !root
10TEST_METADATA.ls_tests+=	required_user="unprivileged"
11TEST_METADATA.ls_tests+=	required_files="/usr/bin/awk /usr/bin/nc /usr/bin/sort"
12
13.include <bsd.test.mk>
14