]> andersk Git - splint.git/blobdiff - test/Makefile
*** empty log message ***
[splint.git] / test / Makefile
index be187261061c05fa50eb1104244598bdd367cfdd..7a3af382b180ae2425d9ba2deb56c6cdcba4fdbf 100644 (file)
@@ -37,7 +37,7 @@
 SHELL = /bin/csh -f
 
 # Command to run lclint
-LCLINT  = ${HOME}/LCLintDev/bin/lclint
+LCLINT  = ${HOME}/LCLintDev/src/lclint
 LCLINTP = $(LCLINT)
 
 # Make sure .lclintrc files are not used so test results do not
@@ -465,10 +465,14 @@ outglob:
 outparam:
        $(LCLINTR) outparam -expect 12
 
+#
+# Four new +fcnuse errors for -strict (evans 2001-07-22)
+# 
+
 preds:
        $(LCLINTR) +hints preds.c -expect 6
        $(LCLINTRN) +hints preds.c -weak -expect 1
-       $(LCLINTRN) +hints preds.c -strict -exportlocal -exportheader -expect 8
+       $(LCLINTRN) +hints preds.c -strict -exportlocal -exportheader -expect 12
 
 prefixes:
        $(LCLINTR) prefixes.c +partial
This page took 0.033648 seconds and 4 git commands to generate.