mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
13 lines
364 B
Makefile
13 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>
|