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