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