mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
10 lines
122 B
Makefile
10 lines
122 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= ident_test
|
|
${PACKAGE}FILES+= \
|
|
test.in \
|
|
test.out \
|
|
testnoid
|
|
|
|
.include <bsd.test.mk>
|