X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/74738c0fa6a63f888fa6fb0758c9ad438d47a700..f9264521e093e570a8831d5238ccc3bc20e01119:/test/db1/Makefile diff --git a/test/db1/Makefile b/test/db1/Makefile index 62d52df..17a6756 100644 --- a/test/db1/Makefile +++ b/test/db1/Makefile @@ -26,8 +26,10 @@ test: ### check: $(LCSFILES) - -$(SPLINT) -showcol -weak $(MODULES) -expect 16 - -$(SPLINT) -showcol +strict -modfilesystem +showsummary $(MODULES) -expect 333 + -$(SPLINT) -showcol -weak $(MODULES) -expect 21 + -$(SPLINT) -showcol +strict -modfilesystem +showsummary $(MODULES) -expect 338 + +# evans 2002-07-09: 5 bufferoverflowhigh warnings for using sprintf ### The following rules generate .lh and .lcs files from .lcl files. They also ### ensure that .h files appear to be updated whenever the corresponding .lh