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