]> andersk Git - splint.git/blobdiff - test/moreBufferTests2/Makefile
Fixed off by one bug involving arrays initialized with a block of values.
[splint.git] / test / moreBufferTests2 / Makefile
index cbb3f4b9d3522d0a3f92dbd15b99c2ba403bc709..69ea4064faf3b73514ec3ee1a4ca908c12c6bbdb 100644 (file)
@@ -1,7 +1,9 @@
 .PHONY: check
 
-#LCLINT = lclint
+#SPLINT = splint
  
 check:
-       $(LCLINT) -exportlocal +arraybounds +arrayboundsread unknownsize.c arrayConstExpr.c
+       $(SPLINT) -exportlocal +bounds unknownsize.c arrayConstExpr.c -expect 1
+       $(SPLINT) -exportlocal +bounds fixedArrayType.c -expect 1
+       $(SPLINT) -exportlocal +bounds initBlock.c -expect 1
 
This page took 0.031243 seconds and 4 git commands to generate.