]> andersk Git - splint.git/blob - test/warnuse/Makefile
Fixed state clauses. Added obvious loop exec checking.
[splint.git] / test / warnuse / Makefile
1 .PHONY: warnuse
2
3 SPLINT = splint
4
5 all: warnuse warngets
6
7 warnuse:
8         ${SPLINT} warnuse.c -expect 4
9         ${SPLINT} warnuse.c -warnuse -expect 1
10         ${SPLINT} warnuse.c -warnuse +bufferoverflow -expect 1
11         ${SPLINT} warnuse.c -bufferoverflow -expect 2
12
13 warngets:
14         ${SPLINT} warngets.c -expect 1
This page took 0.042078 seconds and 5 git commands to generate.