blob: 6e3b7a25ecc7b67cfe75226b68845cb45ec7e596 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
PACKAGE= tests
ATF_TESTS_SH= soelim_test
${PACKAGE}FILES+= nonexisting.in \
basic.in \
basic \
basic.out \
basic-with-space.in \
basic-with-space.out
.include <bsd.test.mk>
|