]> andersk Git - splint.git/blobdiff - test/db2/Makefile
Fixed test suite (temporarily) to run nested test cases
[splint.git] / test / db2 / Makefile
index d5a5dcf7948f4b0a3f0e45027d22feaf606284cb..0d8a46e11913be050fee2a38e003d7540beeb5c0 100644 (file)
@@ -22,9 +22,9 @@ test:
        $(MAKE) -e check
 
 check: $(LCSFILES)
-       $(LCLINT) -exportlocal -showcol -allimponly -macrovarprefixexclude +showscan $(MODULES) -expect 15
-       $(LCLINT) -exportlocal -showcol +allimponly +showscan $(MODULES) -expect 25
-       $(LCLINT) -exportlocal -showcol -memchecks -macrovarprefixexclude +showscan $(MODULES)
+       $(LCLINT) -exportlocal -showcol -allimponly -macrovarprefixexclude $(MODULES) -expect 15
+       $(LCLINT) -exportlocal -showcol +allimponly $(MODULES) -expect 25
+       $(LCLINT) -exportlocal -showcol -memchecks -macrovarprefixexclude $(MODULES)
 
 ### 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
This page took 0.035048 seconds and 4 git commands to generate.