blob: 593e03ae11765cdfdcc659c5b299eb0dc219d217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PACKAGE= tests
ATF_TESTS_SH+= basic2_test
NETBSD_ATF_TESTS_SH= basic
${PACKAGE}FILES+= across.out
${PACKAGE}FILES+= d_basic.in
${PACKAGE}FILES+= d_basic.out
${PACKAGE}FILES+= merge.out
${PACKAGE}FILES+= other.in
${PACKAGE}FILES+= threecol.out
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>
|