]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/Makefile
MFC r303452,r303482,r303483,r303484,r303485,r303487,r303489,r303498,r303499,r303502...
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ${PACKAGE}FILES+=       binary.0
6 ${PACKAGE}FILES+=       binary.0.stdout
7 ${PACKAGE}FILES+=       comments.0
8 ${PACKAGE}FILES+=       comments.0.stdout
9 ${PACKAGE}FILES+=       declarations.0
10 ${PACKAGE}FILES+=       declarations.0.stdout
11 ${PACKAGE}FILES+=       elsecomment.0
12 ${PACKAGE}FILES+=       elsecomment.0.stdout
13 ${PACKAGE}FILES+=       elsecomment.0.pro
14 ${PACKAGE}FILES+=       float.0
15 ${PACKAGE}FILES+=       float.0.stdout
16 ${PACKAGE}FILES+=       label.0
17 ${PACKAGE}FILES+=       label.0.stdout
18 ${PACKAGE}FILES+=       label.0.pro
19 ${PACKAGE}FILES+=       list_head.0
20 ${PACKAGE}FILES+=       list_head.0.stdout
21 ${PACKAGE}FILES+=       nsac.0
22 ${PACKAGE}FILES+=       nsac.0.stdout
23 ${PACKAGE}FILES+=       nsac.0.pro
24 ${PACKAGE}FILES+=       offsetof.0
25 ${PACKAGE}FILES+=       offsetof.0.stdout
26 ${PACKAGE}FILES+=       sac.0
27 ${PACKAGE}FILES+=       sac.0.stdout
28 ${PACKAGE}FILES+=       sac.0.pro
29 ${PACKAGE}FILES+=       struct.0
30 ${PACKAGE}FILES+=       struct.0.stdout
31 ${PACKAGE}FILES+=       surplusbad.0
32 ${PACKAGE}FILES+=       surplusbad.0.stdout
33 ${PACKAGE}FILES+=       surplusbad.0.pro
34 ${PACKAGE}FILES+=       types_from_file.0
35 ${PACKAGE}FILES+=       types_from_file.0.stdout
36 ${PACKAGE}FILES+=       types_from_file.0.list
37 ${PACKAGE}FILES+=       types_from_file.0.pro
38 ${PACKAGE}FILES+=       wchar.0
39 ${PACKAGE}FILES+=       wchar.0.stdout
40
41 ATF_TESTS_SH+=          functional_test
42
43 BINDIR= ${TESTSDIR}
44
45 .include <bsd.test.mk>