]> andersk Git - splint.git/blobdiff - test/tests2.5/Makefile
Fixed -help <mode> bug.
[splint.git] / test / tests2.5 / Makefile
index b2b6d1e0278f53af2dcd82f15b484abb6b19333a..cc2de359d953d1f9cda665d02e1a0e5896cac922 100644 (file)
@@ -6,41 +6,41 @@ SPLINT = splint
 all: testalt boolt uconstants badcomment hoof boolbad booltest ull baz immutable impabsmodule
 
 testalt:
-       ${SPLINT} -dump newlint.lcd testalt.c
+       -${SPLINT} -dump newlint.lcd testalt.c
 
 boolt:
-       ${SPLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
+       -${SPLINT} -expect 1 +partial +booltype pan_bool_t +booltrue PAN_TRUE +boolfalse PAN_FALSE boolt.c
 
 uconstants:
-       ${SPLINT} uconstants.c -expect 2
+       -${SPLINT} uconstants.c -expect 2
 
 badcomment:
-       ${SPLINT} badcomment.c -expect 3
+       -${SPLINT} badcomment.c -expect 3
 
 hoof:
-       ${SPLINT} hoof.c -expect 1
-       ${SPLINT} hoof.c +ignorequals
+       -${SPLINT} hoof.c -expect 1
+       -${SPLINT} hoof.c +ignorequals
 
 ignorecmd:
-       ${SPLINT} +ignorecommand -we
+       -${SPLINT} +ignorecommand -we
 
 booltest:
-       ${SPLINT} booltest.c -booltype bool -expect 2
-       ${SPLINT} booltest.c -booltype bool +boolint
-       ${SPLINT} booltest.c -booltype bool -predboolint -expect 1
+       -${SPLINT} booltest.c -booltype bool -expect 2
+       -${SPLINT} booltest.c -booltype bool +boolint
+       -${SPLINT} booltest.c -booltype bool -predboolint -expect 1
 
 boolbad:
-       ${SPLINT} -weak -booltype BOOLEAN  -booltrue TRUE -boolfalse FALSE boolbad.c
+       -${SPLINT} -weak -booltype BOOLEAN  -booltrue TRUE -boolfalse FALSE boolbad.c
 
 
 ull:
-       ${SPLINT} ull.c
+       -${SPLINT} ull.c
 
 baz:
-       ${SPLINT} baz.h bimbim.h -I.
+       -${SPLINT} baz.h bimbim.h -I.
 
 immutable:
-       ${SPLINT} immutable.c testimmutable.c -expect 2
+       -${SPLINT} immutable.c testimmutable.c -expect 2
 
 impabsmodule:
-       ${SPLINT} +impabstract impabsmodule.c -expect 2
+       -${SPLINT} +impabstract impabsmodule.c -expect 2
This page took 0.038373 seconds and 4 git commands to generate.