]> andersk Git - splint.git/blobdiff - test/db1/Makefile
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / test / db1 / Makefile
index 17a67568799d4b0cb42e4e6ba73f1f91db018492..8d5274c437290dcb7a6acbde47f6f6f93dc5d3ce 100644 (file)
@@ -9,7 +9,7 @@
 
 ### SHELL = /bin/csh -f
 
-SPLINT = splint -booltype bool
+SPLINT = splint -booltype bool -booltrue TRUE -boolfalse FALSE
 LCL = $(SPLINT) -specundef +lh +quiet -nof
 SPLINTLH = $(SPLINT) +lh
 LCSFILES = bool.lcs dbase.lcs employee.lcs empset.lcs erc.lcs eref.lcs ereftab.lcs 
@@ -25,8 +25,10 @@ test:
 ### Removed +showscan, produces different results on different platforms
 ###
 
+### evans 2002-12-17: 2 fewer weak errors because of -abstractcompare default in weak
+
 check: $(LCSFILES)
-       -$(SPLINT) -showcol -weak $(MODULES) -expect 21
+       -$(SPLINT) -showcol -weak $(MODULES) -expect 19
        -$(SPLINT) -showcol +strict -modfilesystem +showsummary $(MODULES) -expect 338
 
 # evans 2002-07-09: 5 bufferoverflowhigh warnings for using sprintf
This page took 0.034044 seconds and 4 git commands to generate.