mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
ATF_TESTS_SH= ident
|
||
|
|
FILES= test.in \
|
||
|
|
test.out \
|
||
|
|
testnoid
|
||
|
|
FILESDIR= ${TESTSDIR}
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|