]> andersk Git - splint.git/blob - test/simplebufferConstraintTests/Makefile
Fixes for win32
[splint.git] / test / simplebufferConstraintTests / Makefile
1 .PHONY: check
2
3 SPLINT = splint -exportlocal
4  
5 check:
6         $(SPLINT) +bounds m.c sizeof.c test3.c test7.c -expect 7
7
8
This page took 0.040483 seconds and 5 git commands to generate.