]> andersk Git - splint.git/blob - test/tainted/Makefile.os2
Fixed the OS/2 specific files for the latest release.
[splint.git] / test / tainted / Makefile.os2
1 .PHONY: tainted \r
2 \r
3 SPLINT = splint\r
4 \r
5 all: tainted \r
6 \r
7 tainted:\r
8         ${SPLINT} -mts tainted tainted.c -mustfree -exportlocal -expect 4\r
9 #       herbert: TODO\r
10         @echo TODO ${SPLINT} tainted-bad.mts tainted.xh tainted.c -mustfree -exportlocal -expect 9\r
11         ${SPLINT} -mts tainted tainted2.c -mustfree -exportlocal -expect 1\r
12         ${SPLINT} -mts tainted tainted3.c -mustfree -exportlocal -expect 1\r
13         ${SPLINT} -mts tainted tainted4.c -mustfree -exportlocal -expect 1\r
14         ${SPLINT} -mts tainted tainted5.c -mustfree -exportlocal\r
15         ${SPLINT} -mts tainted taintedmerge.c -mustfree -exportlocal -expect 3\r
16         ${SPLINT} -mts tainted taintedimplicit.c -mustfree -exportlocal -expect 1\r
17         ${SPLINT} -mts tainted sprintf.c -expect 5\r
18         \r
19 # evans 2002-07-09: 3 more warnings for sprintf because of sprintf\r
This page took 0.933788 seconds and 5 git commands to generate.