]> andersk Git - splint.git/blame - test/tests2.2/Makefile
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / tests2.2 / Makefile
CommitLineData
80ee600a 1.PHONY: boolops bool boolenum break bstring decl enumbool extension modarray nestext offestof sizeofarray rex struct
2
11db3170 3SPLINT = splint
80ee600a 4
5all: boolops bool boolenum break bstring decl enumbool extension modarray nestext offestof sizeofarray rex struct
6
7boolops:
0bd4c301 8 -$(SPLINT) boolops.c -expect 1
80ee600a 9
10bool:
0bd4c301 11 -$(SPLINT) bool.lcl booldef.c -expect 1
80ee600a 12
13boolenum:
0bd4c301 14 -$(SPLINT) boolenum.c -booltype BOOLEAN -booltrue TRUE -boolfalse FALSE -expect 1
80ee600a 15
16break:
0bd4c301 17 -$(SPLINT) break.c -expect 1
80ee600a 18
19bstring:
0bd4c301 20 -$(SPLINT) bstring.c -expect 2
80ee600a 21
22decl:
0bd4c301 23 -$(SPLINT) decl.c -expect 1
80ee600a 24
25enumbool:
0bd4c301 26 -$(SPLINT) enumbool.c -booltrue true -boolfalse false
27 -$(SPLINT) enumbool.c -booltrue TRUE -boolfalse FALSE -expect 2
80ee600a 28
29extension:
11db3170 30 -$(SPLINT) extension.c
31 -$(SPLINT) -gnuextensions extension.c
80ee600a 32
33modarray:
0bd4c301 34 -$(SPLINT) modarray.c
80ee600a 35
36nestext:
0bd4c301 37 -$(SPLINT) nestext.c -expect 1
80ee600a 38
39offsetof:
0bd4c301 40 -$(SPLINT) offsetof.c
80ee600a 41
42sizeofarray:
0bd4c301 43 -$(SPLINT) sizeofarray.c -expect 3
80ee600a 44
45rex:
0bd4c301 46 -$(SPLINT) rex.c -expect 4
80ee600a 47### 3 new errors reported
48
49struct:
0bd4c301 50 -$(SPLINT) struct.c -expect 1
This page took 0.07766 seconds and 5 git commands to generate.