]> andersk Git - splint.git/blobdiff - test/Makefile.in
Fixed but with parenthesized pointer declarations.
[splint.git] / test / Makefile.in
index 88318b9323d482c09375f2d70b62d98d7ece7c0e..47302eda1a6b420b40ed3a83a05f43a49d398362 100644 (file)
@@ -121,7 +121,7 @@ UNITTESTS = \
   linked lintcomments list loopexec \
   macros macrosef merge mergenull modifies modtest moduncon \
   mongoincludes mystrncat noeffect null observer oldstyle outglob outparam \
-  postnotnull preds prefixes printflike rc refcounts release repexpose \
+  parentype postnotnull preds prefixes printflike rc refcounts release repexpose \
   returned sharing shifts slovaknames \
   specclauses \
   special stack staticarray strings \
@@ -1411,6 +1411,12 @@ outparam:
 .PHONY: postnotnull
 postnotnull:
        ${SPLINTR} postnotnull.c -expect 1
+
+### evans 2002-02-09: added parentype.c
+.PHONY: parentype
+parentype:
+       ${SPLINTR} parentype.c 
+
 #
 # Four new +fcnuse errors for -strict (evans 2001-07-22)
 # 
This page took 0.061024 seconds and 4 git commands to generate.