]> andersk Git - splint.git/blame - test/moreBufferTests2/Makefile
Fixed off by one bug involving arrays initialized with a block of values.
[splint.git] / test / moreBufferTests2 / Makefile
CommitLineData
30585c35 1.PHONY: check
2
11db3170 3#SPLINT = splint
30585c35 4
5check:
bb7c2085 6 $(SPLINT) -exportlocal +bounds unknownsize.c arrayConstExpr.c -expect 1
e7af8598 7 $(SPLINT) -exportlocal +bounds fixedArrayType.c -expect 1
8f58355a 8 $(SPLINT) -exportlocal +bounds initBlock.c -expect 1
30585c35 9
This page took 0.127323 seconds and 5 git commands to generate.