]> andersk Git - splint.git/blob - test/tests2.2/Makefile
609ed42bc9f46a3e7a1afe1d30c5d6b9bacabc1f
[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 -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 -expect 2 
27         $(SPLINT) enumbool.c -booltrue "true" -boolfalse "false" 
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.028389 seconds and 3 git commands to generate.