]> andersk Git - splint.git/blobdiff - test/moreBufferTests2/Makefile
Removed /bin/csh from tainted/Makefile
[splint.git] / test / moreBufferTests2 / Makefile
index cbb3f4b9d3522d0a3f92dbd15b99c2ba403bc709..45eb3294e7936dfd8b2b49fdd3c59a97ab37269e 100644 (file)
@@ -1,7 +1,7 @@
 .PHONY: check
 
-#LCLINT = lclint
+#SPLINT = splint
  
 check:
-       $(LCLINT) -exportlocal +arraybounds +arrayboundsread unknownsize.c arrayConstExpr.c
+       $(SPLINT) -exportlocal +bounds unknownsize.c arrayConstExpr.c -expect 1
 
This page took 0.034212 seconds and 4 git commands to generate.