mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
14 lines
213 B
Makefile
14 lines
213 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= cmp_test2
|
|
NETBSD_ATF_TESTS_SH= cmp_test
|
|
|
|
${PACKAGE}FILES+= b_flag.out
|
|
${PACKAGE}FILES+= bl_flag.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|