]> andersk Git - splint.git/blame - test/metastate/Makefile
*** empty log message ***
[splint.git] / test / metastate / Makefile
CommitLineData
80ee600a 1.PHONY: tainted file
2
3LCLINT = lclint
4
990ec868 5all: file sockets struct nullbranch osd
80ee600a 6
7file:
8 ${LCLINT} -mts file file1.c -expect 4
9 ${LCLINT} -mts file file2.c -varuse -fcnuse -expect 2
10 ${LCLINT} -mts file file3.c -varuse -fcnuse -expect 2
11 ${LCLINT} -mts file file4.c -varuse -fcnuse -exportlocal -expect 1
12 ${LCLINT} -mts file file5.c -varuse -fcnuse -exportlocal -expect 5
13 ${LCLINT} -mts file file6.c -varuse -fcnuse -exportlocal -expect 2
14 ${LCLINT} -mts file filebad.c -expect 3
15
16sockets:
17 ${LCLINT} sockets.mts sockets.c -expect 3
18 ${LCLINT} sockets.mts sockets2.c -expect 2
19
20struct:
21 ${LCLINT} -mts file struct.c -expect 1
22
23nullbranch:
24 ${LCLINT} -mts file nullbranch.c -expect 2
25
26osd:
27 ${LCLINT} -mts file osd.c -expect 2
This page took 0.050402 seconds and 5 git commands to generate.