]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/Makefile
Fix incorrect checksum calculations with IPv6 extension headers.
[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+=       float.0
12 ${PACKAGE}FILES+=       float.0.stdout
13 ${PACKAGE}FILES+=       nsac.0
14 ${PACKAGE}FILES+=       nsac.0.stdout
15 ${PACKAGE}FILES+=       nsac.0.pro
16 ${PACKAGE}FILES+=       offsetof.0
17 ${PACKAGE}FILES+=       offsetof.0.stdout
18 ${PACKAGE}FILES+=       struct.0
19 ${PACKAGE}FILES+=       struct.0.stdout
20 ${PACKAGE}FILES+=       surplusbad.0
21 ${PACKAGE}FILES+=       surplusbad.0.stdout
22 ${PACKAGE}FILES+=       surplusbad.0.pro
23 ${PACKAGE}FILES+=       wchar.0
24 ${PACKAGE}FILES+=       wchar.0.stdout
25
26 ATF_TESTS_SH+=          functional_test
27
28 BINDIR= ${TESTSDIR}
29
30 .include <bsd.test.mk>