blob: 09f5395826430651102ec96dc36cd296d512eb13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
ATF_TESTS_SH= soelim
FILES= nonexisting.in \
basic.in \
basic \
basic.out \
basic-with-space.in \
basic-with-space.out
FILESDIR= ${TESTSDIR}
.include <bsd.test.mk>
|