]> andersk Git - splint.git/blobdiff - test/Makefile.in
Fixed processing of multi-dimensional arrays.
[splint.git] / test / Makefile.in
index f06bd5326e8c51e087c100be50b7769c017b64dc..db8c078df5525af430715c74047841d1f60a66e3 100644 (file)
@@ -132,7 +132,7 @@ UNITTESTS = \
   args arraydims arrayinit arraylit blocks break cases cast chararraylit charlit clauses commentchar compdestroy \
   compoundliterals compoundstmt constannot controldepth csyntax czechnames czechoslovaknames deadparam \
   decl divzero enum enumtag exports external fields flags forbody format freearray \
-  funcpointer functionmacro glob globals impabstract info init inparam internal iter keep libs \
+  funcpointer functionmacro glob globals impabstract info init innerarray inparam internal iter keep libs \
   linked lintcomments list longint loopexec looptesteffect \
   macros macrosef malloc merge mergenull modifies modtest moduncon \
   mongoincludes mystrncat noeffect null nullret nullassign numabstract observer oldstyle outglob outparam \
@@ -1278,6 +1278,11 @@ init:
        -$(SPLINTR) init.c -expect 14
        -$(SPLINTRN) init.c +checks -exportlocal -exportheadervar -expect 17
 
+### evans 2003-09-16
+.PHONY: innerarray
+innerarray:
+       -$(SPLINTR) innerarray.c -expect 10
+
 .PHONY: inparam
 inparam:
        -$(SPLINTR) inparam.c -expect 2
This page took 0.064816 seconds and 4 git commands to generate.