summaryrefslogtreecommitdiff
path: root/usr.bin/bmake/tests/variables/modifier_t/Makefile
blob: 2553e4517c4baca08b95a8c9e6cfc1209c8c2ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PACKAGE=	tests

TESTSDIR=	${TESTSBASE}/usr.bin/bmake/variables/modifier_t

TAP_TESTS_SH=	legacy_test

${PACKAGE}FILES+=		Makefile.test
${PACKAGE}FILES+=		expected.status.1
${PACKAGE}FILES+=		expected.status.2
${PACKAGE}FILES+=		expected.status.3
${PACKAGE}FILES+=		expected.stderr.1
${PACKAGE}FILES+=		expected.stderr.2
${PACKAGE}FILES+=		expected.stderr.3
${PACKAGE}FILES+=		expected.stdout.1
${PACKAGE}FILES+=		expected.stdout.2
${PACKAGE}FILES+=		expected.stdout.3

.include <bsd.test.mk>