]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/soelim/tests/Makefile
MFC r315776:
[FreeBSD/FreeBSD.git] / usr.bin / soelim / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ATF_TESTS_SH=   soelim_test
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>