1# $FreeBSD$ 2 3ATF_TESTS_SH= soelim 4 5FILES= nonexisting.in \ 6 basic.in \ 7 basic \ 8 basic.out \ 9 basic-with-space.in \ 10 basic-with-space.out 11FILESDIR= ${TESTSDIR} 12 13.include <bsd.test.mk> 14