]> andersk Git - splint.git/blob - test/moreBufferTests2/Makefile
3aac2b84dff3265b8ece44e71ec916d713beaf9c
[splint.git] / test / moreBufferTests2 / Makefile
1 .PHONY: check
2
3 #SPLINT = splint
4  
5 check:
6         $(SPLINT) -exportlocal +bounds unknownsize.c arrayConstExpr.c -expect 1
7         $(SPLINT) -exportlocal +bounds fixedArrayType.c -expect 1
8
This page took 0.037193 seconds and 3 git commands to generate.