]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/bmake/tests/variables/modifier_t/Makefile
Import the skein hashing algorithm, based on the threefish block cipher
[FreeBSD/FreeBSD.git] / usr.bin / bmake / tests / variables / modifier_t / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/usr.bin/bmake/variables/modifier_t
6
7 TAP_TESTS_SH=   legacy_test
8
9 ${PACKAGE}FILES+=               Makefile.test
10 ${PACKAGE}FILES+=               expected.status.1
11 ${PACKAGE}FILES+=               expected.status.2
12 ${PACKAGE}FILES+=               expected.status.3
13 ${PACKAGE}FILES+=               expected.stderr.1
14 ${PACKAGE}FILES+=               expected.stderr.2
15 ${PACKAGE}FILES+=               expected.stderr.3
16 ${PACKAGE}FILES+=               expected.stdout.1
17 ${PACKAGE}FILES+=               expected.stdout.2
18 ${PACKAGE}FILES+=               expected.stdout.3
19
20 .include <bsd.test.mk>