mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
16 lines
310 B
Makefile
16 lines
310 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= basic2_test
|
|
NETBSD_ATF_TESTS_SH= basic
|
|
|
|
${PACKAGE}FILES+= across.out
|
|
${PACKAGE}FILES+= d_basic.in
|
|
${PACKAGE}FILES+= d_basic.out
|
|
${PACKAGE}FILES+= merge.out
|
|
${PACKAGE}FILES+= other.in
|
|
${PACKAGE}FILES+= threecol.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|