]> andersk Git - splint.git/blame - test/tests2.2/Makefile
Added some new test cases also merged with Dave Evans's tests.
[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
3LCLINT = lclint
4
5all: boolops bool boolenum break bstring decl enumbool extension modarray nestext offestof sizeofarray rex struct
6
7boolops:
8 $(LCLINT) boolops.c -expect 1
9
10bool:
11 $(LCLINT) bool.lcl booldef.c -expect 1
12
13boolenum:
14 $(LCLINT) boolenum.c -booltype BOOLEAN -expect 1
15
16break:
17 $(LCLINT) break.c -expect 1
18
19bstring:
20 $(LCLINT) bstring.c -expect 2
21
22decl:
23 $(LCLINT) decl.c -expect 1
24
25enumbool:
26 $(LCLINT) enumbool.c -expect 2
27 $(LCLINT) enumbool.c -booltrue "true" -boolfalse "false"
28
29extension:
30 -$(LCLINT) extension.c
31 -$(LCLINT) -gnuextensions extension.c
32
33modarray:
34 $(LCLINT) modarray.c
35
36nestext:
37 $(LCLINT) nestext.c -expect 1
38
39offsetof:
40 $(LCLINT) offsetof.c
41
42sizeofarray:
43 $(LCLINT) sizeofarray.c -expect 3
44
45rex:
46 $(LCLINT) rex.c -expect 4
47### 3 new errors reported
48
49struct:
50 $(LCLINT) struct.c -expect 1
This page took 0.091183 seconds and 5 git commands to generate.