]> andersk Git - splint.git/blob - test/tests2.5/Makefile
c9724c9d6e2698a62aa9e9924b6c30d0b8c14409
[splint.git] / test / tests2.5 / Makefile
1 .PHONY: boolt testalt booltest boolbad hoof testalt uconstants ull baz
2
3 LCLINT = lclint
4
5 # ull and baz added after 2.5q
6 all: testalt boolt uconstants badcomment hoof boolbad booltest ull baz
7
8 testalt:
9         ${LCLINT} -dump newlint.lcd testalt.c
10
11 boolt:
12         ${LCLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
13
14 uconstants:
15         ${LCLINT} uconstants.c -expect 2
16
17 badcomment:
18         ${LCLINT} badcomment.c -expect 3
19
20 hoof:
21         ${LCLINT} hoof.c -expect 1
22         ${LCLINT} hoof.c +ignorequals
23
24 ignorecmd:
25         ${LCLINT} +ignorecommand -we
26
27 booltest:
28         ${LCLINT} booltest.c -booltype bool -expect 2
29         ${LCLINT} booltest.c -booltype bool +boolint
30         ${LCLINT} booltest.c -booltype bool -predboolint -expect 1
31
32 boolbad:
33         ${LCLINT} -weak -booltype BOOLEAN boolbad.c
34
35
36 ull:
37         ${LCLINT} ull.c
38
39 baz:
40         ${LCLINT} baz.h bimbim.h -I.
This page took 0.027859 seconds and 3 git commands to generate.