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