]> andersk Git - splint.git/blob - test/moreBufferTests2/Makefile
Added additional tests for buffer overflow detection fixes to the test suite.
[splint.git] / test / moreBufferTests2 / Makefile
1 .PHONY: check
2
3 #LCLINT = lclint
4  
5 check:
6         $(LCLINT) -exportlocal +arraybounds +arrayboundsread unknownsize.c arrayConstExpr.c
7
This page took 0.047338 seconds and 5 git commands to generate.