]> andersk Git - splint.git/blobdiff - test/tests2.2/Makefile
Renaming - LCLint => Splint
[splint.git] / test / tests2.2 / Makefile
index 752b8a299817d7e2213325362f8e2462ad0dcc26..609ed42bc9f46a3e7a1afe1d30c5d6b9bacabc1f 100644 (file)
@@ -1,50 +1,50 @@
 .PHONY: boolops bool boolenum break bstring decl enumbool extension modarray nestext offestof sizeofarray rex struct
 
-LCLINT = lclint
+SPLINT = splint
 
 all: boolops bool boolenum break bstring decl enumbool extension modarray nestext offestof sizeofarray rex struct
 
 boolops:
-       $(LCLINT) boolops.c -expect 1
+       $(SPLINT) boolops.c -expect 1
 
 bool:
-       $(LCLINT) bool.lcl booldef.c -expect 1
+       $(SPLINT) bool.lcl booldef.c -expect 1
 
 boolenum:
-       $(LCLINT) boolenum.c -booltype BOOLEAN -expect 1 
+       $(SPLINT) boolenum.c -booltype BOOLEAN -expect 1 
 
 break:
-       $(LCLINT) break.c -expect 1
+       $(SPLINT) break.c -expect 1
 
 bstring:
-       $(LCLINT) bstring.c -expect 2 
+       $(SPLINT) bstring.c -expect 2 
 
 decl:
-       $(LCLINT) decl.c -expect 1 
+       $(SPLINT) decl.c -expect 1 
 
 enumbool:
-       $(LCLINT) enumbool.c -expect 2 
-       $(LCLINT) enumbool.c -booltrue "true" -boolfalse "false" 
+       $(SPLINT) enumbool.c -expect 2 
+       $(SPLINT) enumbool.c -booltrue "true" -boolfalse "false" 
 
 extension:
-       -$(LCLINT) extension.c
-       -$(LCLINT) -gnuextensions extension.c 
+       -$(SPLINT) extension.c
+       -$(SPLINT) -gnuextensions extension.c 
 
 modarray:
-       $(LCLINT) modarray.c
+       $(SPLINT) modarray.c
 
 nestext:
-       $(LCLINT) nestext.c -expect 1
+       $(SPLINT) nestext.c -expect 1
 
 offsetof:
-       $(LCLINT) offsetof.c
+       $(SPLINT) offsetof.c
 
 sizeofarray:
-       $(LCLINT) sizeofarray.c -expect 3 
+       $(SPLINT) sizeofarray.c -expect 3 
 
 rex:
-       $(LCLINT) rex.c -expect 4
+       $(SPLINT) rex.c -expect 4
 ### 3 new errors reported
 
 struct:
-       $(LCLINT) struct.c -expect 1
+       $(SPLINT) struct.c -expect 1
This page took 0.040669 seconds and 4 git commands to generate.