mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
137 B
Makefile
10 lines
137 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/mac/ipacl
|
|
|
|
ATF_TESTS_SH+= ipacl_test
|
|
|
|
${PACKAGE}FILES+= utils.subr
|
|
|
|
.include <bsd.test.mk>
|