aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake/tests/basic/t0/Makefile
blob: 6f7cf0fec6f560c2caa814e6f964280e4f90e2cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PACKAGE=	tests

TESTSDIR=	${TESTSBASE}/usr.bin/bmake/basic/t0

TAP_TESTS_SH=	legacy_test

${PACKAGE}FILES+=	expected.status.1
${PACKAGE}FILES+=	expected.stderr.1
${PACKAGE}FILES+=	expected.stdout.1

.include <bsd.test.mk>