]> andersk Git - splint.git/blame - test/tests2.5/Makefile
Fixed -help <mode> bug.
[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:
5b99bfd6 9 -${SPLINT} -dump newlint.lcd testalt.c
cc78dedd 10
11boolt:
5b99bfd6 12 -${SPLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
cc78dedd 13
14uconstants:
5b99bfd6 15 -${SPLINT} uconstants.c -expect 2
cc78dedd 16
17badcomment:
5b99bfd6 18 -${SPLINT} badcomment.c -expect 3
cc78dedd 19
20hoof:
5b99bfd6 21 -${SPLINT} hoof.c -expect 1
22 -${SPLINT} hoof.c +ignorequals
cc78dedd 23
24ignorecmd:
5b99bfd6 25 -${SPLINT} +ignorecommand -we
cc78dedd 26
27booltest:
5b99bfd6 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:
5b99bfd6 33 -${SPLINT} -weak -booltype BOOLEAN -booltrue TRUE -boolfalse FALSE boolbad.c
80ee600a 34
35
36ull:
5b99bfd6 37 -${SPLINT} ull.c
80ee600a 38
39baz:
5b99bfd6 40 -${SPLINT} baz.h bimbim.h -I.
80ee600a 41
42immutable:
5b99bfd6 43 -${SPLINT} immutable.c testimmutable.c -expect 2
80ee600a 44
45impabsmodule:
5b99bfd6 46 -${SPLINT} +impabstract impabsmodule.c -expect 2
This page took 0.08307 seconds and 5 git commands to generate.