summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/tests/Makefile
blob: 01fa04aca755b761d0cefd40cf26ebd25f70169b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $FreeBSD$

PACKAGE=	tests

${PACKAGE}FILES+=	binary.0
${PACKAGE}FILES+=	binary.0.stdout
${PACKAGE}FILES+=	comments.0
${PACKAGE}FILES+=	comments.0.stdout
${PACKAGE}FILES+=	declarations.0
${PACKAGE}FILES+=	declarations.0.stdout
${PACKAGE}FILES+=	elsecomment.0
${PACKAGE}FILES+=	elsecomment.0.stdout
${PACKAGE}FILES+=	elsecomment.0.pro
${PACKAGE}FILES+=	float.0
${PACKAGE}FILES+=	float.0.stdout
${PACKAGE}FILES+=	label.0
${PACKAGE}FILES+=	label.0.stdout
${PACKAGE}FILES+=	label.0.pro
${PACKAGE}FILES+=	list_head.0
${PACKAGE}FILES+=	list_head.0.stdout
${PACKAGE}FILES+=	nsac.0
${PACKAGE}FILES+=	nsac.0.stdout
${PACKAGE}FILES+=	nsac.0.pro
${PACKAGE}FILES+=	offsetof.0
${PACKAGE}FILES+=	offsetof.0.stdout
${PACKAGE}FILES+=	sac.0
${PACKAGE}FILES+=	sac.0.stdout
${PACKAGE}FILES+=	sac.0.pro
${PACKAGE}FILES+=	struct.0
${PACKAGE}FILES+=	struct.0.stdout
${PACKAGE}FILES+=	surplusbad.0
${PACKAGE}FILES+=	surplusbad.0.stdout
${PACKAGE}FILES+=	surplusbad.0.pro
${PACKAGE}FILES+=	types_from_file.0
${PACKAGE}FILES+=	types_from_file.0.stdout
${PACKAGE}FILES+=	types_from_file.0.list
${PACKAGE}FILES+=	types_from_file.0.pro
${PACKAGE}FILES+=	wchar.0
${PACKAGE}FILES+=	wchar.0.stdout

ATF_TESTS_SH+=		functional_test

BINDIR=	${TESTSDIR}

.include <bsd.test.mk>
OpenPOWER on IntegriCloud