Makefile revision 284388
1TESTSDIR=	${TESTSBASE}/bin/ls
2
3ATF_TESTS_SH+=	ls_tests
4# This seems like overkill, but the idea in mind is that all of the testcases
5# should be runnable as !root
6TEST_METADATA.ls_tests+=	required_user="unprivileged"
7
8.include <bsd.test.mk>
9