1 2PACKAGE= tests 3 4ATF_TESTS_SH= soelim_test 5 6${PACKAGE}FILES+= nonexisting.in \ 7 basic.in \ 8 basic \ 9 basic.out \ 10 basic-with-space.in \ 11 basic-with-space.out 12 13.include <bsd.test.mk> 14