]> andersk Git - splint.git/blob - test/moreBufferTests/Makefile
Fixed test suite (temporarily) to run nested test cases
[splint.git] / test / moreBufferTests / Makefile
1 .PHONY: check
2
3 LCLINT = lclint
4  
5 check:
6         $(LCLINT) -exportlocal +arraybounds +arrayboundsread unrecogCall.c strrchr.c initialization.c simplifyTest.c strncatNotReallyGood.c strncatReallyGood.c -expect 8
7
This page took 0.091165 seconds and 5 git commands to generate.