]> andersk Git - splint.git/blame - test/tests2.5/Makefile
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / tests2.5 / Makefile
CommitLineData
80ee600a 1.PHONY: boolt testalt booltest boolbad hoof testalt uconstants ull baz
cc78dedd 2
11db3170 3SPLINT = splint
cc78dedd 4
80ee600a 5# ull and baz added after 2.5q
6all: testalt boolt uconstants badcomment hoof boolbad booltest ull baz immutable impabsmodule
cc78dedd 7
8testalt:
11db3170 9 ${SPLINT} -dump newlint.lcd testalt.c
cc78dedd 10
11boolt:
11db3170 12 ${SPLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
cc78dedd 13
14uconstants:
11db3170 15 ${SPLINT} uconstants.c -expect 2
cc78dedd 16
17badcomment:
11db3170 18 ${SPLINT} badcomment.c -expect 3
cc78dedd 19
20hoof:
11db3170 21 ${SPLINT} hoof.c -expect 1
22 ${SPLINT} hoof.c +ignorequals
cc78dedd 23
24ignorecmd:
11db3170 25 ${SPLINT} +ignorecommand -we
cc78dedd 26
27booltest:
11db3170 28 ${SPLINT} booltest.c -booltype bool -expect 2
29 ${SPLINT} booltest.c -booltype bool +boolint
30 ${SPLINT} booltest.c -booltype bool -predboolint -expect 1
cc78dedd 31
32boolbad:
0bd4c301 33 ${SPLINT} -weak -booltype BOOLEAN -booltrue TRUE -boolfalse FALSE boolbad.c
80ee600a 34
35
36ull:
11db3170 37 ${SPLINT} ull.c
80ee600a 38
39baz:
11db3170 40 ${SPLINT} baz.h bimbim.h -I.
80ee600a 41
42immutable:
11db3170 43 ${SPLINT} immutable.c testimmutable.c -expect 2
80ee600a 44
45impabsmodule:
11db3170 46 ${SPLINT} +impabstract impabsmodule.c -expect 2
This page took 0.138619 seconds and 5 git commands to generate.