]> andersk Git - splint.git/blob - test/maxset/Makefile
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / maxset / Makefile
1 .PHONY: check
2
3 SPLINT = splint -exportlocal
4  
5 check:
6         $(SPLINT) +boundswrite maxsetannotations.c
7         $(SPLINT) +boundswrite maxsetnoannotations.c -expect 1
This page took 0.036393 seconds and 5 git commands to generate.