1 2PACKAGE= tests 3 4NETBSD_ATF_TESTS_SH= cat_test 5 6${PACKAGE}FILES+= d_align.in 7${PACKAGE}FILES+= d_align.out 8${PACKAGE}FILES+= d_b_output.in 9${PACKAGE}FILES+= d_b_output.out 10${PACKAGE}FILES+= d_se_output.in 11${PACKAGE}FILES+= d_se_output.out 12${PACKAGE}FILES+= d_s_output.in 13${PACKAGE}FILES+= d_s_output.out 14${PACKAGE}FILES+= d_vt_output.in 15${PACKAGE}FILES+= d_vt_output.out 16 17.include <netbsd-tests.test.mk> 18 19.include <bsd.test.mk> 20