X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/b342881cd72828b58b6b81890ae189cc1892830b..abd7f89523564e5e238e5852585b98f72c3b48f4:/test/Makefile.in diff --git a/test/Makefile.in b/test/Makefile.in index a668c2d..f9ae307 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -61,18 +61,29 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ +AMTAR = @AMTAR@ +AWK = @AWK@ BISON = @BISON@ CAT = @CAT@ CC = @CC@ CP = @CP@ CPP = @CPP@ +DEPDIR = @DEPDIR@ DIFF = @DIFF@ +EXEEXT = @EXEEXT@ GREP = @GREP@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LCLOBJ = @LCLOBJ@ LEX = @LEX@ LN_S = @LN_S@ MV = @MV@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ RM = @RM@ +VERSION = @VERSION@ +am__include = @am__include@ +am__quote = @am__quote@ +install_sh = @install_sh@ AUTOMAKE_OPTIONS = 1.5 foreign @@ -104,17 +115,18 @@ UNITTESTS = \ help \ abstptr abstract alias alttypes ansireserved argorder \ args arraydims blocks break cases cast charlit clauses commentchar compdestroy \ - constannot controldepth csyntax czechnames czechoslovaknames deadparam \ - decl enum exports external fields flags forbody format freearray \ + compoundliterals compoundstmt constannot controldepth csyntax czechnames czechoslovaknames deadparam \ + decl divzero enum exports external fields flags forbody format freearray \ funcpointer functionmacro glob globals impabstract info init inparam internal iter keep libs \ 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 \ - structassign typequals ud ulstypes union unioninit unreachable unsignedcompare \ + stringliteral \ + structassign typequals typeof ud ulstypes union unioninit unreachable unsignedcompare \ unused ullint utypes void widestrings UNITEXPECTS = $(addsuffix .expect, $(UNITTESTS)) @@ -275,6 +287,8 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./commentchar.c \ ./commentcmd.c \ ./compdestroy.c \ + ./compoundliterals.c ./compoundliterals.expect \ + ./compoundstmt.c ./compoundstmt.expect \ ./csyntax.c \ ./constannot.c \ ./controldepth.c \ @@ -760,7 +774,12 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ functionmacro.expect functionmacro.c info.c info.expect \ loopexec.c mergenull.c shifts.c \ manual.expect ./manual/Makefile \ - ./manual/annotglobs.c ./manual/bool.c ./manual/bool.h ./manual/clauses.c ./manual/employee.h ./manual/exposure.c ./manual/globals.c ./manual/ignore.c ./manual/implicit.c ./manual/intSet.h ./manual/list.c ./manual/loop.c ./manual/macros.c ./manual/modify.c ./manual/mstring.c ./manual/mstring.h ./manual/mstringnn.c ./manual/multiError.c ./manual/names.c ./manual/noeffect.c ./manual/null.c ./manual/only.c ./manual/order.c ./manual/palindrome.c ./manual/palindrome.h ./manual/refs.c ./manual/returned.c ./manual/rgb.c ./manual/rstring.c ./manual/rstring.h ./manual/sample.c ./manual/setChar.c ./manual/setname.c ./manual/setname.h ./manual/special.c ./manual/stack.c ./manual/sumsquares.c ./manual/switch.c ./manual/testpal.c ./manual/types.c ./manual/unique.c ./manual/usedef.c ./manual/bounds.c + ./manual/annotglobs.c ./manual/bool.c ./manual/bool.h ./manual/clauses.c ./manual/employee.h ./manual/exposure.c ./manual/globals.c ./manual/ignore.c ./manual/implicit.c ./manual/intSet.h ./manual/list.c ./manual/loop.c ./manual/macros.c ./manual/modify.c ./manual/mstring.c ./manual/mstring.h ./manual/mstringnn.c ./manual/multiError.c ./manual/names.c ./manual/noeffect.c ./manual/null.c ./manual/only.c ./manual/order.c ./manual/palindrome.c ./manual/palindrome.h ./manual/refs.c ./manual/returned.c ./manual/rgb.c ./manual/rstring.c ./manual/rstring.h ./manual/sample.c ./manual/setChar.c ./manual/setname.c ./manual/setname.h ./manual/special.c ./manual/stack.c ./manual/sumsquares.c ./manual/switch.c ./manual/testpal.c ./manual/types.c ./manual/unique.c ./manual/usedef.c ./manual/bounds.c \ + arraydims.expect arraydims.c \ + moreBufferTests2/fixedArrayType.c oldstyle2.c \ + divzero.expect parentype.expect \ + divzero.c parentype.c \ +stringliteral.expect stringliteral.c subdir = test mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -790,7 +809,7 @@ top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - $(mkinstalldirs) $(distdir)/./conditions $(distdir)/./db1 $(distdir)/./db2 $(distdir)/./db3 $(distdir)/./fileio $(distdir)/./for $(distdir)/./globalbufferannotation $(distdir)/./manual $(distdir)/./maxset $(distdir)/./mergestate $(distdir)/./metastate $(distdir)/./moreBufferTests $(distdir)/./moreBufferTests2 $(distdir)/./nullterminatedtest $(distdir)/./simplebufferConstraintTests $(distdir)/./sizeoftest $(distdir)/./strchr $(distdir)/./suppressfile $(distdir)/./tainted $(distdir)/./tclauses $(distdir)/./temp $(distdir)/./tests2.2 $(distdir)/./tests2.2a $(distdir)/./tests2.4 $(distdir)/./tests2.4/subdir $(distdir)/./tests2.5 $(distdir)/./warnuse + $(mkinstalldirs) $(distdir)/./conditions $(distdir)/./db1 $(distdir)/./db2 $(distdir)/./db3 $(distdir)/./fileio $(distdir)/./for $(distdir)/./globalbufferannotation $(distdir)/./manual $(distdir)/./maxset $(distdir)/./mergestate $(distdir)/./metastate $(distdir)/./moreBufferTests $(distdir)/./moreBufferTests2 $(distdir)/./nullterminatedtest $(distdir)/./simplebufferConstraintTests $(distdir)/./sizeoftest $(distdir)/./strchr $(distdir)/./suppressfile $(distdir)/./tainted $(distdir)/./tclauses $(distdir)/./temp $(distdir)/./tests2.2 $(distdir)/./tests2.2a $(distdir)/./tests2.4 $(distdir)/./tests2.4/subdir $(distdir)/./tests2.5 $(distdir)/./warnuse $(distdir)/moreBufferTests2 @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ @@ -1081,6 +1100,14 @@ compdestroy: -$(SPLINTRN) compdestroy.c +checks -exportlocal -exportheader +strictdestroy +strictusereleased -expect 3 -$(SPLINTRN) compdestroy.c +strict +partial -exportheader -expect 3 +.PHONY: compoundliterals +compoundliterals: + ${SPLINTRN} compoundliterals.c + +.PHONY: compoundstmt +compoundstmt: + ${SPLINTRN} compoundstmt.c -expect 3 + .PHONY: constannot constannot: ${SPLINTRN} constannot.c +boundswrite -exportlocal -expect 2 @@ -1137,6 +1164,10 @@ decl: -$(SPLINTRN) decl.c +strict -exportlocal -expect 5 -$(SPLINTR) decl2 -expect 4 +.PHONY: divzero +divzero: + -$(SPLINTR) divzero.c -varuse -expect 0 + .PHONY: enum enum: -$(SPLINTR) enum -expect 16 @@ -1377,7 +1408,7 @@ observer: .PHONY: oldstyle oldstyle: - -$(SPLINTR) oldstyle -expect 3 + -$(SPLINTR) oldstyle oldstyle2.c -expect 5 .PHONY: outglob outglob: @@ -1392,6 +1423,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) # @@ -1523,6 +1560,11 @@ stack: staticarray: -$(SPLINTR) staticarray.c -expect 3 +.PHONY: stringliteral +stringliteral: + -$(SPLINTR) stringliteral.c +stringliteralnoroomfinalnull -expect 4 + -$(SPLINTR) stringliteral.c -expect 3 + .PHONY: strings strings: -$(SPLINTR) strings.c -expect 3 @@ -1533,6 +1575,10 @@ strings: structassign: -$(SPLINTR) structassign.c -expect 4 +.PHONY: typeof +typeof: + -$(SPLINTR) typeof.c -expect 2 + .PHONY: typequals typequals: -$(SPLINTR) typequals.c tq.lcl -expect 5