]> andersk Git - splint.git/blobdiff - test/tests2.5/Makefile
Added some new tests: sizeof, and bufferTest.
[splint.git] / test / tests2.5 / Makefile
index c9724c9d6e2698a62aa9e9924b6c30d0b8c14409..0675dedeae6da36dfd63ffc97400b42fe418ed8f 100644 (file)
@@ -1,9 +1,8 @@
-.PHONY: boolt testalt booltest boolbad hoof testalt uconstants ull baz
+.PHONY: boolt testalt booltest boolbad hoof testalt uconstants
 
 LCLINT = lclint
 
-# ull and baz added after 2.5q
-all: testalt boolt uconstants badcomment hoof boolbad booltest ull baz
+all: testalt boolt uconstants badcomment hoof boolbad booltest
 
 testalt:
        ${LCLINT} -dump newlint.lcd testalt.c
@@ -31,10 +30,3 @@ booltest:
 
 boolbad:
        ${LCLINT} -weak -booltype BOOLEAN boolbad.c
-
-
-ull:
-       ${LCLINT} ull.c
-
-baz:
-       ${LCLINT} baz.h bimbim.h -I.
This page took 0.169386 seconds and 4 git commands to generate.