X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/3e3ec46998ea67d6742eb30afc16058c5537004e..d26c96673d5f313acdb856ccfae7df4eb4628eaf:/test/Makefile.am diff --git a/test/Makefile.am b/test/Makefile.am index e3231e3..4ec559c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,19 +4,25 @@ AUTOMAKE_OPTIONS = 1.5 foreign ## Use this to configure diff output -DIFFFLAGS = -u +DIFFFLAGS = -## Set up the splint commands +# -u show context + +#drl 3/27/2002 get the test suit to print a warning when splint is built under /usr/ -SPLINT = $(top_builddir)/src/splint$(EXEEXT) -unexport LARCH_PATH -unexport LCLIMPORTDIR +## Set up the splint commands +#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 +## unexport LARCH_PATH +## unexport LCLIMPORTDIR ### 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 @@ -35,24 +41,27 @@ SPLINTRNEST = $(SPLINTRNNEST) -exportlocal +debugfcnconstraint UNITTESTS = \ help \ abstptr abstract alias alttypes ansireserved argorder \ - args blocks break cases cast charlit clauses commentchar compdestroy \ - constannot controldepth csyntax czechnames czechoslovaknames deadparam \ - decl enum exports external fields flags forbody format freearray \ + 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 \ - linked lintcomments list loopexec \ + linked lintcomments list loopexec looptesteffect \ macros macrosef merge mergenull modifies modtest moduncon \ mongoincludes mystrncat noeffect null observer oldstyle outglob outparam \ - postnotnull preds prefixes printflike rc refcounts release repexpose \ - returned sharing slovaknames \ + parentype postnotnull preds prefixes printflike rc refcounts release repexpose \ + returned sharing shifts sizesigns slovaknames \ specclauses \ special stack staticarray strings \ - structassign typequals ud ulstypes union unioninit unreachable unsignedcompare \ + stringliteral \ + structassign typequals typeof ud ulstypes union unioninit \ + unnamedsu unreachable unsignedcompare \ unused ullint utypes void widestrings UNITEXPECTS = $(addsuffix .expect, $(UNITTESTS)) SUBDIRTESTS = metastate mergestate tainted fileio \ simplebufferConstraintTests moreBufferTests moreBufferTests2 globalbufferannotation \ - maxset strchr for + maxset strchr sizeoftest for manual + ### warnuse doesn't work yet! SUBDIRTESTS += tests2.2 SUBDIRTESTS += tests2.4 @@ -68,21 +77,34 @@ 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 - -@$(SPLINTP) -help flags all + -@$(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... +# -@$(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 @@ -102,7 +124,7 @@ $(SPLINT): ## The tests should really be re-done as shell-scripts or something... maybe ## autotest could be used once it's finished. -CLEANOUTPUT = $(GREP) -v "Splint 3." | $(GREP) -v "$(SPLINT)" | $(GREP) -v "^make.*\[[1-9]*\]:" | $(GREP) -v "config.status: creating test/Makefile" | $(GREP) -v "cd .. && " | $(GREP) -v "CONFIG_HEADERS=" | $(GREP) -v "CONFIG_FILES=" +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=" ## Not real C code @@ -123,8 +145,11 @@ CLEANOUTPUT = $(GREP) -v "Splint 3." | $(GREP) -v "$(SPLINT)" | $(GREP) -v "^mak # 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." ) + .PHONY: quicktest quicktest: + $(CheckSystemDir) @for TEST in $(QUICKTESTS); do \ echo "Checking $$TEST..."; \ $(MAKE) $$TEST 2>&1 | $(CLEANOUTPUT) >$$TEST.out && \ @@ -137,8 +162,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 "" @@ -202,6 +227,20 @@ argorder: args: -$(SPLINTR) args -noeffect -expect 12 +.PHONY: arraydims +arraydims: + -$(SPLINTR) arraydims.c -varuse -expect 2 + -$(SPLINTR) arraydims.c -initsize -varuse + +.PHONY: arrayinit +arrayinit: + -$(SPLINTR) arrayinit.c -expect 9 + +.PHONY: arraylit +arraylit: + -$(SPLINTR) arraylit.c -expect 2 + -$(SPLINTR) arraylit.c +stringliteralsmaller -expect 4 + .PHONY: blocks blocks: -$(SPLINTR) blocks.c -expect 4 @@ -229,6 +268,10 @@ 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. .PHONY: charlit @@ -261,9 +304,17 @@ 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 +arraybounds -exportlocal -expect 2 + ${SPLINTRN} constannot.c +boundswrite -exportlocal -expect 2 .PHONY: csyntax csyntax: @@ -317,11 +368,19 @@ 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 -$(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 @@ -331,7 +390,7 @@ exports: .PHONY: external external: -$(SPLINTR) external.c +partial - -$(SPLINTR) external.c +partial +distinctexternalnames -expect 2 + -$(SPLINTR) external.c +partial +distinctexternalnames +ansi89limits -expect 2 -$(SPLINTR) external.c -nolib +partial -externalnamelength 3 -expect 3 -$(SPLINTR) external.c -nolib +partial -externalnamelength 3 +externalnamecaseinsensitive -expect 3 -$(SPLINTR) external.c +partial -externalnamelength 3 -expect 4 @@ -414,7 +473,8 @@ inparam: .PHONY: internal internal: -$(SPLINTR) internal.c -expect 1 - -$(SPLINTR) internal.c +distinctinternalnames -expect 2 + -$(SPLINTR) internal.c +distinctinternalnames -expect 1 + -$(SPLINTR) internal.c +distinctinternalnames +ansi89limits -expect 2 -$(SPLINTR) internal.c -internalnamelen 28 -expect 3 -$(SPLINTR) internal.c +internalnamecaseinsensitive -expect 3 -$(SPLINTR) internal.c +internalnamecaseinsensitive +internalnamelookalike -expect 11 @@ -436,13 +496,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: @@ -463,6 +524,9 @@ loopexec: -$(SPLINTR) loopexec.c -expect 1 -$(SPLINTR) loopexec.c -obviousloopexec -expect 3 +.PHONY: looptesteffect +looptesteffect: + -$(SPLINTR) looptesteffect.c -expect 1 .PHONY: macros macros: @@ -510,11 +574,11 @@ mongoincludes: .PHONY: mystrncat mystrncat: - -$(SPLINTR) mystrncat.c +arraybounds +arrayboundsread -expect 4 + -$(SPLINTR) mystrncat.c +boundsread +boundswrite -expect 4 .PHONY: noeffect noeffect: - ${SPLINT} -nof noeffect.c +allmacros +checks -expect 3 + ${SPLINTP} noeffect.c +allmacros +checks -expect 3 ### ### 2002-01-01: null1.c: expect increased to 15 because out must be defined @@ -560,7 +624,7 @@ observer: .PHONY: oldstyle oldstyle: - -$(SPLINTR) oldstyle -expect 3 + -$(SPLINTR) oldstyle oldstyle2.c -expect 5 .PHONY: outglob outglob: @@ -575,6 +639,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) # @@ -650,6 +720,19 @@ sharing: -$(SPLINTR) sharing4.c -paramimptemp -expect 12 -$(SPLINTR) sharing5.c -expect 6 +.PHONY: shifts +shifts: + -$(SPLINTR) shifts.c -expect 4 + -$(SPLINTR) shifts.c -shiftimplementation -expect 3 + -$(SPLINTR) shifts.c -shiftnegative -expect 1 + +### evans - added 2002-08-17: check warnings with arbitrary integral types +sizesigns: + -$(SPLINTR) +strict sizesigns.c + -$(SPLINTR) +strict +ignoresigns sizesigns.c + -$(SPLINTR) +strict +matcharbitraryintegral sizesigns.c + -$(SPLINTR) +strict +matcharbitraryintegral +ignoresignz sizesigns.c + .PHONY: slovaknames slovaknames: -$(SPLINTR) +hints slovaknames.c -expect 1 @@ -658,11 +741,15 @@ slovaknames: -$(SPLINTR) +hints +slovak -slovakvars slovaknames.c -expect 2 -$(SPLINTR) +hints +slovak -accessslovak slovaknames.c -expect 7 +## +## evans 2002-07-22: 1 less warning for specclauses3.c because of NULL result +## + .PHONY: specclauses 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 @@ -700,6 +787,15 @@ stack: staticarray: -$(SPLINTR) staticarray.c -expect 3 +### +### evans 2002-03-16: Default setting of stringliteralnoroomfinalnull changed +### + +.PHONY: stringliteral +stringliteral: + -$(SPLINTR) stringliteral.c -stringliteralnoroomfinalnull -expect 3 + -$(SPLINTR) stringliteral.c -expect 4 + .PHONY: strings strings: -$(SPLINTR) strings.c -expect 3 @@ -710,6 +806,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 @@ -741,6 +841,10 @@ union: unioninit: -$(SPLINTR) unioninit.c -expect 2 +.PHONY: unnamedsu +unnamedsu: + -$(SPLINTR) unnamedsu.c -expect 0 + .PHONY: unreachable unreachable: -$(SPLINTR) unreachable.c -expect 5 @@ -773,10 +877,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 ### @@ -811,13 +917,12 @@ freearray: .PHONY: sizeof sizeof: - -$(SPLINTR) +arraybounds +arrayboundsread sizeof.c -expect 1 + -$(SPLINTR) +bounds sizeof.c -expect 1 + .PHONY: buffertest buffertest: - -$(SPLINTR) +arraybounds +arrayboundsread buffertest1.c -expect 5 - - + -$(SPLINTR) +bounds buffertest1.c -expect 5 ## Integration Tests @@ -831,10 +936,10 @@ $(SUBDIRTESTS): cd $@; $(MAKE) SPLINT="$(SPLINTRNNEST)" #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 \ @@ -843,42 +948,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 \ @@ -887,27 +972,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 \ @@ -918,23 +994,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 \ @@ -958,6 +1024,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./argorder5.c \ ./args.c \ ./arrayinit.c \ + ./arraylit.c \ ./blocks.c \ ./branchstate.c \ ./break.c \ @@ -966,6 +1033,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./cases2.c \ ./cast.c \ ./cast2.c \ + ./chararraylit.c \ ./charlit.c \ ./clauses.c \ ./clauses2.c \ @@ -973,6 +1041,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 \ @@ -1002,6 +1072,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./dkf5kSprintf.c \ ./ensures.c \ ./enum.c \ + ./enumtag.c \ ./exports.c \ ./external.c \ ./fields.c \ @@ -1110,6 +1181,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./union.c \ ./unreachable.c \ ./unsignedcompare.c \ + ./unnamedsu.c \ ./unused.c \ ./void.c \ ./conditions/miroslaw.c \ @@ -1157,6 +1229,8 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./simplebufferConstraintTests/test3.c \ ./simplebufferConstraintTests/test7.c \ ./sizeoftest/sizeof.c \ + ./sizeoftest/Makefile.c \ + ./sizeoftest/sizeofConst.c \ ./strchr/strchr.c \ ./suppressfile/test.c \ ./tainted/sprintf.c \ @@ -1274,12 +1348,14 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ argorder.expect \ args.expect \ arrayinit.expect \ + arraylit.expect \ blocks.expect \ branchstate.expect \ break.expect \ buffertest.expect \ cases.expect \ cast.expect \ + chararraylit.expect \ charlit.expect \ clauses.expect \ commentchar.expect \ @@ -1295,6 +1371,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ deadparam.expect \ decl.expect \ enum.expect \ + enumtag.expect \ exports.expect \ external.expect \ fields.expect \ @@ -1374,6 +1451,7 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ullint.expect \ ulstypes.expect \ union.expect \ + unnamedsu.expect \ unreachable.expect \ unsignedcompare.expect \ unused.expect \ @@ -1416,7 +1494,6 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./tq.h \ ./metastate/global.h \ ./suppressfile/test.h \ - ./tests2.2/Makefile.hide \ ./tests2.2/mbool.h \ ./tests2.4/forward.h \ ./tests2.4/hash.h \ @@ -1442,10 +1519,8 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./strchr/Makefile \ ./tainted/Makefile \ ./temp/Makefile \ - ./tests2.2/Makefile.hide \ ./tests2.2/Makefile \ ./tests2.2/Makefile-tests2.2.os2 \ - ./tests2.2a/Makefile \ ./tests2.4/Makefile \ ./tests2.4/Makefile-tests2.4.os2 \ ./tests2.5/Makefile \ @@ -1454,6 +1529,17 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ ./Makefile.in \ ./moreBufferTests2/Makefile \ ./fileio/eof.mts ./fileio/file.mts ./fileio/filerw.mts ./mergestate/tainted.mts ./mergestate/taintednm.mts ./metastate/file.mts ./metastate/nullterminated.mts ./metastate/sockets.mts ./tainted/tainted-bad.mts ./tainted/tainted.mts ./fileio/file.xh ./fileio/filerw.xh ./mergestate/tainted.xh ./mergestate/taintednm.xh ./metastate/file.xh ./tainted/tainted.xh \ - alias alttypes ansireserved \ - db2.old-expect outglob outparam preds union.pp warnuse.old-expect \ - ./tests2.5/badcomment ./tests2.5/boolbad ./tests2.5/booltest ./tests2.5/uconstants + db2.old-expect union.pp warnuse.old-expect \ + ./tests2.5/badcomment ./tests2.5/boolbad ./tests2.5/booltest ./tests2.5/uconstants loopexec.expect mergenull.expect shifts.expect looptesteffect.expect \ + 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 \ + sizesigns.c sizesigns.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