mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
19 lines
439 B
Makefile
19 lines
439 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
NETBSD_ATF_TESTS_SH= cat_test
|
|
|
|
${PACKAGE}FILES+= d_align.in
|
|
${PACKAGE}FILES+= d_align.out
|
|
${PACKAGE}FILES+= d_b_output.in
|
|
${PACKAGE}FILES+= d_b_output.out
|
|
${PACKAGE}FILES+= d_se_output.in
|
|
${PACKAGE}FILES+= d_se_output.out
|
|
${PACKAGE}FILES+= d_s_output.in
|
|
${PACKAGE}FILES+= d_s_output.out
|
|
${PACKAGE}FILES+= d_vt_output.in
|
|
${PACKAGE}FILES+= d_vt_output.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|