mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
16 lines
173 B
Makefile
16 lines
173 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= col_test
|
|
|
|
${PACKAGE}FILES+= \
|
|
hlf.in \
|
|
hlf2.in \
|
|
nl.in \
|
|
nl2.in \
|
|
nl3.in \
|
|
rlf.in \
|
|
rlf2.in \
|
|
rlf3.in
|
|
|
|
.include <bsd.test.mk>
|