X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/b87215ab641c38a5509a608751384ebb9f4f8bf9..35b9a1d988c06908076e3a6eeae55b1147879607:/test/Makefile.in diff --git a/test/Makefile.in b/test/Makefile.in index 35abdd9..c303afc 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,6 +1,7 @@ -# Makefile.in generated automatically by automake 1.5 from Makefile.am. +# Makefile.in generated by automake 1.6.3 from Makefile.am. +# @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -12,7 +13,6 @@ # PARTICULAR PURPOSE. @SET_MAKE@ - SHELL = @SHELL@ srcdir = @srcdir@ @@ -43,9 +43,13 @@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ @@ -61,6 +65,10 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ + +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ BISON = @BISON@ @@ -70,16 +78,18 @@ CP = @CP@ CPP = @CPP@ DEPDIR = @DEPDIR@ DIFF = @DIFF@ -EXEEXT = @EXEEXT@ GREP = @GREP@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LCLOBJ = @LCLOBJ@ LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LN_S = @LN_S@ MV = @MV@ -OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RM = @RM@ +SED = @SED@ +STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ @@ -89,15 +99,18 @@ AUTOMAKE_OPTIONS = 1.5 foreign DIFFFLAGS = - # -u show context + +#drl 3/27/2002 get the test suit to print a warning when splint is built under /usr/ + +#SPLINT = valgrind --leak-resolution=high --num-callers=20 --show-reachable=no --leak-check=no $(top_builddir)/src/splint$(EXEEXT) SPLINT = $(top_builddir)/src/splint$(EXEEXT) ### These are shell-specific ### This is horrible! Can't we make top_builddir absolute? +#SPLINTNEST = valgrind --leak-resolution=high --num-callers=20 --show-reachable=no --leak-check=no ../$(top_builddir)/src/splint$(EXEEXT) SPLINTNEST = ../$(top_builddir)/src/splint$(EXEEXT) - SPLINTPNEST = @$(SPLINTNEST) -nof SPLINTP = @$(SPLINT) -nof @@ -116,15 +129,15 @@ SPLINTRNEST = $(SPLINTRNNEST) -exportlocal +debugfcnconstraint UNITTESTS = \ help \ abstptr abstract alias alttypes ansireserved argorder \ - args arraydims arrayinit arraylit blocks break cases cast charlit clauses commentchar compdestroy \ + args arraydims arrayinit arraylit blocks break cases cast chararraylit charlit clauses commentchar compdestroy \ compoundliterals compoundstmt constannot controldepth csyntax czechnames czechoslovaknames deadparam \ - decl divzero enum exports external fields flags forbody format freearray \ + decl divzero enum enumtag exports external fields flags forbody format freearray \ funcpointer functionmacro glob globals impabstract info init inparam internal iter keep libs \ - linked lintcomments list loopexec looptesteffect \ + linked lintcomments list longint loopexec looptesteffect \ macros macrosef merge mergenull modifies modtest moduncon \ - mongoincludes mystrncat noeffect null observer oldstyle outglob outparam \ + mongoincludes mystrncat noeffect null nullret nullassign numabstract observer oldstyle outglob outparam \ parentype postnotnull preds prefixes printflike rc refcounts release repexpose \ - returned sharing shifts slovaknames \ + returned sharing shifts sizesigns slovaknames \ specclauses \ special stack staticarray strings \ stringliteral \ @@ -138,7 +151,7 @@ UNITEXPECTS = $(addsuffix .expect, $(UNITTESTS)) ### warnuse doesn't work yet! SUBDIRTESTS = metastate mergestate tainted fileio \ simplebufferConstraintTests moreBufferTests moreBufferTests2 globalbufferannotation \ - maxset strchr for manual\ + maxset strchr sizeoftest for manual\ tests2.2 tests2.4 tests2.5 db1 db2 db3 SPLINTTESTS = $(UNITTESTS) $(SUBDIRTESTS) @@ -147,11 +160,33 @@ QUICKTESTS = db3 CLEANOUTPUT = $(GREP) -v "Splint 3." | $(GREP) -v "$(SPLINT)" | $(GREP) -v "^make.*\[[1-9]*\]:" | $(GREP) -v "^gmake.*\[[1-9]*\]:" | $(GREP) -v "^gmake -e" | $(GREP) -v "^make -e" |$(GREP) -v "config.status: creating test/Makefile" | $(GREP) -v "cd .. && " | $(GREP) -v "CONFIG_HEADERS=" | $(GREP) -v "CONFIG_FILES=" + +#drl 12/07/2002 These rules for .c and .expect files don't make sense +# and they are confusing make dist so I'm taking them out. + +#.c.expect: +# $(MAKE) $* |& $(CLEANOUTPUT) >$*.expect && cat $*.expect +# +#.c.diff: +# $(MAKE) $* |& $(CLEANOUTPUT) >$*.out && diff $*.expect $*.out + +#drl temporally take this out. +#.PHONY: expects +#expects: +# @echo "Saving old expects..."; \ +# cat *.expect >expects-`date +"%y-%m-%d-%H"` +# @for TEST in $(UNITTESTS) $(INTEGTESTS); do \ +# echo "Making $$TEST.expect..."; \ +# $(MAKE) $$TEST 2>&1 | $(CLEANOUTPUT) >$$TEST.expect; \ +# cat $$TEST.expect; \ +# done +CheckSystemDir = (pwd | grep -q "/usr" && echo "Warning tests which not run correctly when splint is built in /usr or a subdirectory under /usr. Build splint in a different directory or disregard test failures." ) + #drl 11/29/2001 This is a very ugly hack to get make dist to work -EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ - ./abstptr.lcl ./abstptr.lcs \ - ./alias.lcl ./alias.lcs \ - ./alias2.lcl ./alias2.lcs \ +EXTRA_DIST = ./abst_t.lcl \ + ./abstptr.lcl \ + ./alias.lcl \ + ./alias2.lcl \ ./alias3.lcl \ ./db1/erc.lcl \ ./db1/bool.lcl \ @@ -160,42 +195,22 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./db1/empset.lcl \ ./db1/eref.lcl \ ./db1/ereftab.lcl \ - ./alias3.lcs \ - ./alias3.lh \ ./alias4.lcl \ - ./alias4.lcs \ - ./alias4.lh \ ./alias5.lcl \ - ./alias5.lcs \ - ./alias5.lh \ ./argorder2.lcl \ - ./argorder2.lcs \ ./argorder4.lcl \ - ./argorder4.lcs \ ./args.lcl \ - ./args.lcs \ ./cast.lcl \ - ./cast.lcs \ ./decl2.lcl \ - ./decl2.lcs \ ./empty.lcl \ ./enum.lcl \ - ./enum.lcs \ ./glob.lcl \ - ./glob.lcs \ ./impabstract.lcl \ - ./impabstract.lcs \ ./iter.lcl \ - ./iter.lcs \ ./macros.lcl \ - ./macros.lcs \ ./macrosef.lcl \ - ./macrosef.lcs \ ./modtest.lcl \ - ./modtest.lcs \ ./mut.lcl \ - ./mut.lcs \ - ./mut.lh \ ./mut.lh.expect \ ./db2/dbase.lcl \ ./db2/employee.lcl \ @@ -204,27 +219,18 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./db2/eref.lcl \ ./db2/ereftab.lcl \ ./db2/etest.lcl \ - ./null6.lcd \ ./null6.lcl \ - ./null6.lcs \ ./observer.lcl \ - ./observer.lcs \ ./oldstyle.lcl \ - ./oldstyle.lcs \ ./outglob.lcl \ - ./outglob.lcs \ ./outparam.lcl \ - ./outparam.lcs \ ./rc1.splintrc \ ./rc2.splintrc \ ./rc3.splintrc \ ./rc3.splintrc.os2 \ ./repexpose.lcl \ - ./repexpose.lcs \ - ./repexpose.lh \ ./repexpose.lh.expect \ ./special.lcl \ - ./special.lcs \ ./db3/.splintrc \ ./db3/bool.lcl \ ./db3/check.lcl \ @@ -235,23 +241,13 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./db3/eref.lcl \ ./db3/ereftab.lcl \ ./tq.lcl \ - ./tq.lcs \ ./ud2.lcl \ - ./ud2.lcs \ ./for/.splintrc \ ./globalbufferannotation/.splintrc \ ./maxset/.splintrc \ ./strchr/.splintrc \ ./tests2.2/bool.lcl \ - ./tests2.2/bool.lcs \ - ./tests2.2/libraries.lcd \ - ./tests2.2/obsolete.lcd \ - ./tests2.2/oldversion.lcd \ ./tests2.4/subdir/main.lcl \ - ./tests2.4/subdir/main.lcs \ - ./tests2.5/newlint.lcd \ - ./warnuse/warnuse.lcd \ - ./empty.lcs \ ./abstptr.c \ ./alias.c \ ./alias2.c \ @@ -284,6 +280,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./cases2.c \ ./cast.c \ ./cast2.c \ + ./chararraylit.c \ ./charlit.c \ ./clauses.c \ ./clauses2.c \ @@ -322,6 +319,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./dkf5kSprintf.c \ ./ensures.c \ ./enum.c \ + ./enumtag.c \ ./exports.c \ ./external.c \ ./fields.c \ @@ -478,6 +476,8 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./simplebufferConstraintTests/test3.c \ ./simplebufferConstraintTests/test7.c \ ./sizeoftest/sizeof.c \ + ./sizeoftest/sizeofConst.c \ + ./sizeoftest/Makefile \ ./strchr/strchr.c \ ./suppressfile/test.c \ ./tainted/sprintf.c \ @@ -602,6 +602,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ buffertest.expect \ cases.expect \ cast.expect \ + chararraylit.expect \ charlit.expect \ clauses.expect \ commentchar.expect \ @@ -617,6 +618,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ deadparam.expect \ decl.expect \ enum.expect \ + enumtag.expect \ exports.expect \ external.expect \ fields.expect \ @@ -748,7 +750,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./tests2.5/immutable.h \ ./tests2.5/impabsmodule.h \ ./tests2.5/socket.h \ - ./Makefile-test.os2 \ + ./Makefile.os2 \ ./db1/Makefile \ ./db2/Makefile \ ./db3/Makefile \ @@ -779,14 +781,17 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ unioninit.expect unioninit.c utypes.c \ utypes.expect widestrings.expect widestrings.c \ functionmacro.expect functionmacro.c info.c info.expect \ - loopexec.c looptesteffect.c mergenull.c shifts.c \ + longint.c loopexec.c looptesteffect.c mergenull.c shifts.c \ + longint.expect nullret.expect numabstract.expect \ + sizesigns.expect typeof.expect \ 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 \ arraydims.expect arraydims.c \ moreBufferTests2/fixedArrayType.c oldstyle2.c \ divzero.expect parentype.expect \ divzero.c parentype.c \ -stringliteral.expect stringliteral.c +stringliteral.expect stringliteral.c \ + numabstract.c sizesigns.c typeof.c nullassign.expect subdir = test mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -797,19 +802,15 @@ DIST_COMMON = Makefile.am Makefile.in all: all-am .SUFFIXES: -.SUFFIXES: .c .diff .expect $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --foreign test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && \ - CONFIG_HEADERS= CONFIG_LINKS= \ - CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: tags: TAGS TAGS: - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -817,15 +818,20 @@ 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 $(distdir)/moreBufferTests2 - @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ + @list='$(DISTFILES)'; for file in $$list; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - $(mkinstalldirs) "$(distdir)/$$dir"; \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ fi; \ if test -d $$d/$$file; then \ - cp -pR $$d/$$file $(distdir) \ - || exit 1; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ @@ -849,6 +855,7 @@ install-am: all-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: @@ -856,7 +863,7 @@ mostlyclean-generic: clean-generic: distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* + -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -911,30 +918,32 @@ all check: fulltest .PHONY: version version: - -$(SPLINTP) -help version + -$(SPLINT) -help version .PHONY: help help: -@$(SPLINT) -@LARCH_PATH=/dev/null; $(SPLINT) -nof empty.lcl - -@$(SPLINTP) -help + -@$(SPLINT) -help -@$(SPLINTP) -asdf -@$(SPLINTP) +boolint +boolint - -@$(SPLINTP) -help flags alpha + -@$(SPLINT) -help flags alpha #commenting these out for the release because they will almost always fail #since the default will only fit one system #Don't want to panic the user... -# -@$(SPLINTP) -help flags all | $(GREP) -v "^larchpath " | $(GREP) -v "^lclimportdir " | $(GREP) -v " Path argument. Default: " | $(GREP) -v " Directory argument. Default: " | $(GREP) -v " lclimportdir " -# -@$(SPLINTP) -help flags full | $(GREP) -v "^larchpath " | $(GREP) -v "^lclimportdir " | $(GREP) -v " Path argument. Default: " | $(GREP) -v " Directory argument. Default: " | $(GREP) -v " lclimportdir " -# -@$(SPLINTP) -help flags manual | $(GREP) -v "^larchpath " | $(GREP) -v "^lclimportdir " | $(GREP) -v " Path argument. Default: " | $(GREP) -v " Directory argument. Default: " | $(GREP) -v " lclimportdir " +# -@$(SPLINT) -help flags all | $(GREP) -v "^larchpath " | $(GREP) -v "^lclimportdir " | $(GREP) -v " Path argument. Default: " | $(GREP) -v " Directory argument. Default: " | $(GREP) -v " lclimportdir " +# -@$(SPLINT) -help flags full | $(GREP) -v "^larchpath " | $(GREP) -v "^lclimportdir " | $(GREP) -v " Path argument. Default: " | $(GREP) -v " Directory argument. Default: " | $(GREP) -v " lclimportdir " +# -@$(SPLINT) -help flags manual | $(GREP) -v "^larchpath " | $(GREP) -v "^lclimportdir " | $(GREP) -v " Path argument. Default: " | $(GREP) -v " Directory argument. Default: " | $(GREP) -v " lclimportdir " #larch and lclimportdir have different hardcoded default paths so don't include the path in the output.. .PHONY: clean-local clean-local: -rm -f *~ #*# *.o *.lcs a.out + -rm -f *.out + -rm *.lcd *.lh -cd db1; $(MAKE) clean -cd db2; $(MAKE) clean -cd db3; $(MAKE) clean @@ -944,25 +953,9 @@ $(SPLINTTESTS): $(SPLINT) $(SPLINT): cd $(top_builddir)/src; $(MAKE) -.c.expect: - $(MAKE) $* |& $(CLEANOUTPUT) >$*.expect && cat $*.expect - -.c.diff: - $(MAKE) $* |& $(CLEANOUTPUT) >$*.out && diff $*.expect $*.out - -#drl temporally take this out. -#.PHONY: expects -#expects: -# @echo "Saving old expects..."; \ -# cat *.expect >expects-`date +"%y-%m-%d-%H"` -# @for TEST in $(UNITTESTS) $(INTEGTESTS); do \ -# echo "Making $$TEST.expect..."; \ -# $(MAKE) $$TEST 2>&1 | $(CLEANOUTPUT) >$$TEST.expect; \ -# cat $$TEST.expect; \ -# done - .PHONY: quicktest quicktest: + $(CheckSystemDir) @for TEST in $(QUICKTESTS); do \ echo "Checking $$TEST..."; \ $(MAKE) $$TEST 2>&1 | $(CLEANOUTPUT) >$$TEST.out && \ @@ -975,8 +968,8 @@ fulltest: @echo "Testing $(PACKAGE) $(VERSION)..." @echo @echo "Version Info:" - @$(SPLINTP) -help version - @$(SPLINTP) -help vars + @$(SPLINT) -help version + @$(SPLINT) -help vars @echo "" @echo "Tests:" @echo "" @@ -1081,13 +1074,18 @@ cast: -$(SPLINTR) cast -accessmodule -expect 20 -$(SPLINTRN) cast2.c +checks -exportlocal -exportheader -expect 3 +.PHONY: chararraylit +chararraylit: + -$(SPLINTR) chararraylit.c -expect 2 + ### Two addition errors detected with 2.5 with -numliteral. +### evans 2002-12-15: finds one more but in charlit .PHONY: charlit charlit: -$(SPLINTR) +hints charlit.c -expect 4 -$(SPLINTR) +hints -numliteral charlit.c -expect 6 - -$(SPLINTR) +hints charlit.c +charintliteral +ignoresigns + -$(SPLINTR) +hints charlit.c +charintliteral +ignoresigns -expect 1 .PHONY: clauses clauses: @@ -1186,6 +1184,10 @@ enum: -$(SPLINTR) enum -expect 16 -$(SPLINTR) enum -misscase -expect 14 +.PHONY: enumtag +enumtag: + -$(SPLINTR) enumtag.c -expect 2 + .PHONY: exports exports: -$(SPLINTR) exports.c +exporttype +exportvar +exportfcn +topuse +typeuse -expect 6 @@ -1300,13 +1302,14 @@ keep: ### libs ### 2001-05-22: 2 new errors found (fixed spec of signal) ### 2001-05-30: 3 new errors found (formatconst) +### 2002-07-08: 2 new errors found (getc modifies errno) .PHONY: libs libs: -$(SPLINTR) libs.c +longunsignedunsignedintegral -expect 18 -$(SPLINTR) libs.c -expect 22 -$(SPLINTR) libs.c +globunspec +modunspec -expect 25 - -$(SPLINTR) libs.c +strictlib +globunspec +modunspec -expect 42 + -$(SPLINTR) libs.c +strictlib +globunspec +modunspec -expect 44 .PHONY: lintcomments lintcomments: @@ -1318,6 +1321,17 @@ lintcomments: list: -$(SPLINTR) list.c -expect 3 +### +### 2002-12-12: Added test case for +longint and +shortint flags +### + +.PHONY: longint +longint: + -$(SPLINTR) longint.c -expect 3 + -$(SPLINTR) longint.c +longint -expect 2 + -$(SPLINTR) longint.c +shortint -expect 2 + -$(SPLINTR) longint.c +shortint +longint -expect 0 + ### ### 2002-01-01: Added test case for obvious loop execution. ### @@ -1405,13 +1419,21 @@ null: .PHONY: nullret nullret: -$(SPLINTR) nullret.c -expect 2 - -$(SPLINTR) -nullret nullret.c -expect 1 + -$(SPLINTR) -nullret nullret.c -expect 0 .PHONY: nullassign nullassign: -$(SPLINTR) nullassign.c -expect 2 -$(SPLINTR) -nullassign nullassign.c -expect 1 +### Added for 3.1 - evans 2002-12-14 + +.PHONY: numabstract +numabstract: + -$(SPLINTR) numabstract.c -expect 11 + -$(SPLINTR) numabstract.c +numabstractlit -expect 9 + -$(SPLINTR) numabstract.c -numabstractcast -expect 10 + # # Before 2.4, expected one more because error was reported both as # dependent and observer. @@ -1527,6 +1549,13 @@ shifts: -$(SPLINTR) shifts.c -shiftimplementation -expect 3 -$(SPLINTR) shifts.c -shiftnegative -expect 1 +#drl comment this out until sizesigns is added to cvs + +### evans - added 2002-08-17: check warnings with arbitrary integral types +sizesigns: + -$(SPLINTR) +strict sizesigns.c -expect 5 + -$(SPLINTR) +strict +matchanyintegral sizesigns.c -expect 4 + .PHONY: slovaknames slovaknames: -$(SPLINTR) +hints slovaknames.c -expect 1 @@ -1539,7 +1568,7 @@ slovaknames: specclauses: -$(SPLINTR) specclauses.c -expect 6 -$(SPLINTR) specclauses2.c -expect 8 - -$(SPLINTR) specclauses3.c -expect 6 + -$(SPLINTR) specclauses3.c -expect 5 -$(SPLINTR) specclauses4.c -expect 3 -$(SPLINTR) specclauses5.c -expect 3 @@ -1666,10 +1695,12 @@ ullint: ### ### 2001-12-30: Poor warnings reported by Peter Deutsch ### +### 2002-07-03: removed warnings for datatype/macro definitions +### .PHONY: utypes utypes: - ${SPLINTRN} utypes.c -expect 6 + ${SPLINTRN} utypes.c -expect 2 ### @@ -1713,6 +1744,8 @@ buffertest: .PHONY: $(SUBDIRTESTS) $(SUBDIRTESTS): cd $@; $(MAKE) SPLINT="$(SPLINTRNNEST)" + +# sizesigns.c sizesigns.expect \ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: