1# $FreeBSD: releng/11.0/usr.bin/soelim/tests/Makefile 299094 2016-05-04 23:20:53Z ngie $
2
3PACKAGE=	tests
4
5ATF_TESTS_SH=	soelim
6
7${PACKAGE}FILES+=		nonexisting.in \
8		basic.in \
9		basic \
10		basic.out \
11		basic-with-space.in \
12		basic-with-space.out
13
14.include <bsd.test.mk>
15