]> andersk Git - splint.git/blob - test/Makefile.am
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / test / Makefile.am
1 ## This file currently uses GNU Make features; those should really be replaced
2 ## by configure-time handling.
3
4 AUTOMAKE_OPTIONS = 1.5 foreign
5
6 ## Use this to configure diff output
7 DIFFFLAGS = 
8
9 # -u show context
10
11 #drl 3/27/2002 get the test suit to print a warning when splint is built under /usr/
12
13
14 ## Set up the splint commands
15
16 #SPLINT    =  valgrind --leak-resolution=high --num-callers=20 --show-reachable=no --leak-check=no $(top_builddir)/src/splint$(EXEEXT)
17 SPLINT    =  $(top_builddir)/src/splint$(EXEEXT)
18
19 ### These are shell-specific
20 ## unexport LARCH_PATH
21 ## unexport LCLIMPORTDIR
22
23 ### This is horrible!  Can't we make top_builddir absolute?
24 #SPLINTNEST = valgrind --leak-resolution=high --num-callers=20 --show-reachable=no --leak-check=no ../$(top_builddir)/src/splint$(EXEEXT)
25 SPLINTNEST = ../$(top_builddir)/src/splint$(EXEEXT)
26 SPLINTPNEST = @$(SPLINTNEST) -nof
27 SPLINTP   = @$(SPLINT) -nof
28
29 # Make sure .splintrc files are not used so test results do not
30 # depend on local settings.
31 SPLINTRN  = $(SPLINTP) -hints -booltype "bool"
32 SPLINTR   = $(SPLINTRN) -exportlocal +debugfcnconstraint
33
34 SPLINTRNNEST  = $(SPLINTPNEST) -hints -booltype "bool"
35 SPLINTRNEST   = $(SPLINTRNNEST) -exportlocal +debugfcnconstraint
36
37 ###
38 ### rcfiles not included becuase file names will not match exactly
39 ###
40
41 UNITTESTS = \
42   help \
43   abstptr abstract alias alttypes ansireserved argorder \
44   args arraydims arrayinit arraylit blocks break cases cast chararraylit charlit clauses commentchar compdestroy \
45   compoundliterals compoundstmt constannot controldepth csyntax czechnames czechoslovaknames deadparam \
46   decl divzero enum enumtag exports external fields flags forbody format freearray \
47   funcpointer functionmacro glob globals impabstract info init inparam internal iter keep libs \
48   linked lintcomments list longint loopexec looptesteffect \
49   macros macrosef merge mergenull modifies modtest moduncon \
50   mongoincludes mystrncat noeffect null nullret nullassign numabstract observer oldstyle outglob outparam \
51   parentype postnotnull preds prefixes printflike rc refcounts release repexpose \
52   returned sharing shifts sizesigns slovaknames \
53   specclauses \
54   special stack staticarray strings \
55   stringliteral \
56   structassign typequals typeof ud ulstypes union unioninit \
57   unnamedsu unreachable unsignedcompare \
58   unused ullint utypes void widestrings
59 UNITEXPECTS = $(addsuffix .expect, $(UNITTESTS))
60
61 SUBDIRTESTS = metastate mergestate tainted fileio \
62    simplebufferConstraintTests moreBufferTests moreBufferTests2 globalbufferannotation \
63    maxset strchr sizeoftest for manual
64
65 ### warnuse doesn't work yet!
66 SUBDIRTESTS += tests2.2
67 SUBDIRTESTS += tests2.4
68 SUBDIRTESTS += tests2.5
69 SUBDIRTESTS += db1 db2 db3
70
71 SPLINTTESTS = $(UNITTESTS) $(SUBDIRTESTS)
72
73 QUICKTESTS = db3
74
75 .PHONY: all check
76 all check: fulltest
77
78 .PHONY: version
79 version:
80         -$(SPLINT) -help version
81
82 .PHONY: help
83
84 help:
85         -@$(SPLINT)
86         -@$(SPLINT) -help
87         -@$(SPLINTP) -asdf
88         -@$(SPLINTP) +boolint +boolint 
89         -@$(SPLINT) -help flags alpha
90
91 #commenting these out for the release because they will almost always fail
92 #since the default will only fit one system
93 #Don't want to panic the user... 
94 #       -@$(SPLINT) -help flags all     | $(GREP) -v "^larchpath <path> "     | $(GREP) -v "^lclimportdir <directory> " | $(GREP) -v "  Path argument.  Default: " |  $(GREP) -v "  Directory argument.  Default: " | $(GREP) -v "  lclimportdir <directory> "
95 #       -@$(SPLINT) -help flags full    | $(GREP) -v "^larchpath <path> "     | $(GREP) -v "^lclimportdir <directory> " | $(GREP) -v "  Path argument.  Default: " |  $(GREP) -v "  Directory argument.  Default: " | $(GREP) -v "  lclimportdir <directory> "
96 #       -@$(SPLINT) -help flags manual     | $(GREP) -v "^larchpath <path> "   | $(GREP) -v "^lclimportdir <directory> " | $(GREP) -v "  Path argument.  Default: " |  $(GREP) -v "  Directory argument.  Default: " | $(GREP) -v "  lclimportdir <directory> "
97
98 #larch and lclimportdir have different hardcoded default paths so don't include the path in the output..
99
100
101 .PHONY: clean-local
102 clean-local:
103         -rm -f *~ #*# *.o *.lcs a.out
104         -rm -f *.out
105         -rm  *.lcd *.lh
106         -cd db1; $(MAKE) clean
107         -cd db2; $(MAKE) clean
108         -cd db3; $(MAKE) clean
109
110 ## All tests need splint to be built
111
112 $(SPLINTTESTS): $(SPLINT)
113
114 $(SPLINT):
115         cd $(top_builddir)/src; $(MAKE)
116
117 ## This is a kludgey way of processing the output to make it match exactly
118 ## The last matcher is the most annoying, as it can differ (the first two are
119 ##  pretty much fixed); usually, you'll have 'make[1]:', but on DOS it is
120 ##  'make.exe[1]:' (it might even be 'c:/path/to/make.exe[1]:', but that's
121 ##  not supported).
122 ## The tests should really be re-done as shell-scripts or something... maybe
123 ##  autotest could be used once it's finished.
124
125 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="
126
127 #drl 12/07/2002 These rules for .c and .expect files don't make sense
128 # and they are confusing make dist so I'm taking them out.
129
130 ## Not real C code
131
132 #.c.expect:
133 #       $(MAKE) $* |& $(CLEANOUTPUT) >$*.expect && cat $*.expect
134 #
135 #.c.diff:
136 #       $(MAKE) $* |& $(CLEANOUTPUT) >$*.out && diff $*.expect $*.out
137
138
139 #drl temporally take this out.
140 #.PHONY: expects
141 #expects:
142 #       @echo "Saving old expects..."; \
143 #        cat *.expect >expects-`date +"%y-%m-%d-%H"`
144 #       @for TEST in $(UNITTESTS) $(INTEGTESTS); do \
145 #          echo "Making $$TEST.expect..."; \
146 #          $(MAKE) $$TEST 2>&1 | $(CLEANOUTPUT) >$$TEST.expect; \
147 #          cat $$TEST.expect; \
148 #        done
149
150 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." )
151
152 .PHONY: quicktest
153 quicktest:
154         $(CheckSystemDir)       
155         @for TEST in $(QUICKTESTS); do \
156            echo "Checking $$TEST..."; \
157            $(MAKE) $$TEST 2>&1 | $(CLEANOUTPUT) >$$TEST.out && \
158              $(DIFF) $(DIFFFLAGS) $$TEST.expect $$TEST.out || \
159                echo "*** FAIL ***"; \
160          done
161
162 .PHONY: fulltest
163 fulltest:
164         @echo "Testing $(PACKAGE) $(VERSION)..."
165         @echo
166         @echo "Version Info:"
167         @$(SPLINT) -help version
168         @$(SPLINT) -help vars
169         @echo ""
170         @echo "Tests:"
171         @echo ""
172         @for TEST in $(SPLINTTESTS); do \
173            echo "Checking $$TEST..."; \
174            $(MAKE) $$TEST 2>&1 | $(CLEANOUTPUT) >$$TEST.out && \
175              $(DIFF) $(DIFFFLAGS) $$TEST.expect $$TEST.out || \
176                echo "*** FAIL ***"; \
177          done
178
179 ### Rules for tests start here
180
181 .PHONY: abstptr
182 abstptr:
183         -$(SPLINTR) abstptr -expect 9
184         -$(SPLINTR) abstptr +voidabstract -expect 6
185
186 .PHONY: abstract
187 abstract:
188         -$(SPLINTR) abst_t.lcl commentcmd.c -expect 15
189
190 .PHONY: alias
191 alias:
192         -$(SPLINTR) +lh mut
193         -$(SPLINTR) mut alias +globalias -expect 19
194         -$(SPLINTR) mut alias2 +globalias -expect 17
195         -$(SPLINTR) +lh alias3 -expect 14 
196         -$(SPLINTR) +lh alias4 +boolint
197         -$(SPLINTR) alias4 -pred +retalias -expect 6
198         -$(SPLINTR) +lh alias5 +memchecks -null -specundef -expect 5
199
200 .PHONY: alttypes
201 alttypes:
202         -$(SPLINTR) alttypes.c -expect 2
203
204 ###
205 ### evans 2001-06-07 - updated nameCheck.c to reflect C9X.
206 ### Reports one new errors for ansireserved.c - wctomb is bad even as a local
207 ###    variable (could be a macro?)
208 ### Reports 3 additional errors for +checks; no longer suppresses name errors
209 ###    in the presense of other errors.
210 ###
211
212 .PHONY: ansireserved
213 ansireserved:
214         -$(SPLINTR) ansireserved.c +ansireserved -nolib -expect 9
215         -$(SPLINTR) ansireserved.c +ansireserved +ansireservedlocal -nolib -expect 11
216         -$(SPLINTRN) ansireserved.c +checks -exportlocal -exportheadervar -exportheader -expect 12
217         -$(SPLINTR) ansireserved2.c +ansireserved -expect 1
218
219 .PHONY: argorder
220 argorder:
221         -$(SPLINTR) argorder.c -expect 4
222         -$(SPLINTR) argorder2  -expect 5
223         -$(SPLINTR) argorder3.c -expect 8
224         -$(SPLINTR) argorder4 -expect 9
225         -$(SPLINTR) argorder4 -evalorder -expect 1
226         -$(SPLINTR) argorder5.c +evalorderuncon -expect 3
227
228 .PHONY: args
229 args:
230         -$(SPLINTR) args -noeffect -expect 12
231
232 .PHONY: arraydims
233 arraydims:
234         -$(SPLINTR) arraydims.c -varuse -expect 2
235         -$(SPLINTR) arraydims.c -initsize -varuse
236
237 .PHONY: arrayinit
238 arrayinit:
239         -$(SPLINTR) arrayinit.c -expect 9
240
241 .PHONY: arraylit
242 arraylit:
243         -$(SPLINTR) arraylit.c -expect 2
244         -$(SPLINTR) arraylit.c +stringliteralsmaller -expect 4
245
246 .PHONY: blocks
247 blocks:
248         -$(SPLINTR) blocks.c -expect 4
249         -$(SPLINTR) blocks.c +ifblock +elseifcomplete -expect 7
250         -$(SPLINTR) blocks.c -ifempty +whileempty +whileblock -expect 3
251         -$(SPLINTR) blocks.c -ifempty +forempty +forblock -expect 3
252         -$(SPLINTR) blocks.c +allempty -expect 6
253         -$(SPLINTRN) blocks.c +strict -exportlocal +partial -exportheader -expect 11
254
255 .PHONY: break
256 break:
257         -$(SPLINTR) break.c -expect 4
258         -$(SPLINTR) break.c +deepbreak -expect 6
259         -$(SPLINTR) break.c +deepbreak -looploopbreak -expect 5
260
261 .PHONY: cases
262 cases: 
263         -$(SPLINTR) cases.c -expect 5
264         -$(SPLINTR) cases2.c -expect 2
265         -$(SPLINTRN) cases2.c +checks -exportlocal -exportheader -expect 3
266         -$(SPLINTRN) cases2.c +checks -exportlocal -exportheader -branchstate -expect 3
267
268 .PHONY: cast
269 cast:
270         -$(SPLINTR) cast -accessmodule -expect 20
271         -$(SPLINTRN) cast2.c +checks -exportlocal -exportheader -expect 3
272
273 .PHONY: chararraylit
274 chararraylit:
275         -$(SPLINTR) chararraylit.c -expect 2
276
277 ### Two addition errors detected with 2.5 with -numliteral.
278
279 ### evans 2002-12-15: finds one more but in charlit
280 .PHONY: charlit
281 charlit:
282         -$(SPLINTR) +hints charlit.c -expect 4
283         -$(SPLINTR) +hints -numliteral charlit.c -expect 6
284         -$(SPLINTR) +hints charlit.c +charintliteral +ignoresigns -expect 1
285
286 .PHONY: clauses
287 clauses: 
288         -$(SPLINTR) clauses.c +memchecks -expect 4
289         -$(SPLINTR) clauses2.c +memchecks 
290         -$(SPLINTR) clauses3.c +memchecks -expect 2
291         -$(SPLINTR) clauses3.c +memchecks +unixlib -expect 3
292
293 .PHONY: commentchar
294 commentchar:
295         -$(SPLINTR) commentchar.c -expect 4
296         -$(SPLINTR) -commentchar '#' commentchar.c -expect 4
297
298 .PHONY: controldepth
299 controldepth:
300         -$(SPLINTR) +hints -controlnestdepth 2 controldepth.c -expect 2
301         -$(SPLINTR) +hints -controlnestdepth 1 controldepth.c -expect 2
302
303 .PHONY: compdestroy
304 compdestroy:
305         -$(SPLINTRN) compdestroy.c +checks -exportlocal -exportheader -expect 1
306         -$(SPLINTRN) compdestroy.c +checks -exportlocal -exportheader +strictdestroy -expect 2
307         -$(SPLINTRN) compdestroy.c +checks -exportlocal -exportheader +strictdestroy +strictusereleased -expect 3
308         -$(SPLINTRN) compdestroy.c +strict +partial -exportheader -expect 3
309
310 .PHONY: compoundliterals
311 compoundliterals:
312         ${SPLINTRN} compoundliterals.c 
313
314 .PHONY: compoundstmt
315 compoundstmt:
316         ${SPLINTRN} compoundstmt.c -expect 3
317
318 .PHONY: constannot
319 constannot:
320         ${SPLINTRN} constannot.c +boundswrite -exportlocal -expect 2
321
322 .PHONY: csyntax
323 csyntax:
324         -$(SPLINTR) +quiet -incondefs csyntax.c -expect 1 
325         -$(SPLINTR) +quiet csyntax2.c -expect 2
326         -$(SPLINTR) +quiet csyntax3.c -expect 1
327         -$(SPLINTR) +quiet -incondefs csyntax4.c
328         -$(SPLINTR) +quiet csyntax5.c
329         -$(SPLINTR) +quiet csyntax6.c
330         -$(SPLINTR) +quiet csyntax7.c
331         -$(SPLINTR) +quiet csyntax8.c
332         -$(SPLINTR) +quiet csyntax9.c
333         -$(SPLINTR) +quiet csyntax10.c
334         -$(SPLINTR) +quiet csyntax11.c
335         -$(SPLINTR) +quiet csyntax12.c
336         -$(SPLINTR) +quiet csyntax13.c -expect 1
337         -$(SPLINTR) +quiet csyntax14.c
338         -$(SPLINTR) +quiet csyntax15.c
339         -$(SPLINTR) +quiet csyntax16.c -expect 2
340         -$(SPLINTR) +quiet csyntax17.c -expect 3
341
342 .PHONY: czechnames
343 czechnames:
344         -$(SPLINTR) czechnames.c
345         -$(SPLINTR) +hints +czech czechnames.c -expect 2
346         -$(SPLINTR) +hints +czech -czechvars czechnames.c -expect 1
347         -$(SPLINTR) +hints +czech -accessczech czechnames.c -expect 6
348
349 .PHONY: czechoslovaknames
350 czechoslovaknames:
351         -$(SPLINTR) +hints +czechoslovak czechnames.c -expect 1
352         -$(SPLINTR) +hints +czechoslovak slovaknames.c -expect 1
353         -$(SPLINTR) +hints +czechoslovak +slovakvars slovaknames.c -expect 2
354
355 ###
356 ### deadparam added 2001-05-27
357 ###
358
359 .PHONY: deadparam
360 deadparam:
361         ${SPLINTR} deadparam.c -expect 3
362
363 #
364 # Was expect 3 before 2.4.  Earlier versions did not handle implicit
365 # function pointers correctly.
366 #
367
368 .PHONY: decl
369 decl:
370         -$(SPLINTR) decl.c -expect 2
371         -$(SPLINTRN) decl.c +strict -exportlocal -expect 5
372         -$(SPLINTR) decl2 -expect 4
373
374 .PHONY: divzero
375 divzero:
376         -$(SPLINTR) divzero.c -varuse -expect 0
377
378 .PHONY: enum
379 enum:
380         -$(SPLINTR) enum -expect 16
381         -$(SPLINTR) enum -misscase -expect 14
382
383 .PHONY: enumtag
384 enumtag:
385         -$(SPLINTR) enumtag.c -expect 2
386
387 .PHONY: exports
388 exports:
389         -$(SPLINTR) exports.c +exporttype +exportvar +exportfcn +topuse +typeuse -expect 6
390         -$(SPLINTR) exports.c +exportany -expect 3
391         -$(SPLINTR) exports.c
392
393 .PHONY: external
394 external:
395         -$(SPLINTR) external.c +partial
396         -$(SPLINTR) external.c +partial +distinctexternalnames +ansi89limits -expect 2
397         -$(SPLINTR) external.c -nolib +partial -externalnamelength 3 -expect 3
398         -$(SPLINTR) external.c -nolib +partial -externalnamelength 3 +externalnamecaseinsensitive -expect 3
399         -$(SPLINTR) external.c +partial -externalnamelength 3 -expect 4
400
401 .PHONY: fields
402 fields:
403         -$(SPLINTR) fields.c +memchecks -expect 6
404         -$(SPLINTR) fields2.c +memchecks -expect 5
405         -$(SPLINTR) fields3.c +memchecks
406
407 .PHONY: flags
408 flags:
409         -$(SPLINTR) flags.c -expect 8
410         -$(SPLINTR) +nocomments flags.c -expect 2
411
412 ### Added 2001-06-02
413
414 .PHONY: forbody
415 forbody:
416         ${SPLINTR} forbody.c -expect 2
417
418 ### Added 2001-06-03
419 .PHONY: format
420 format:
421         ${SPLINTR} format.c -expect 3
422         ${SPLINTR} format.c -formatconst 
423
424 # two new errors (invalid lhs)
425
426 .PHONY: funcpointer
427 funcpointer:
428         -$(SPLINTR) +memchecks +noparams funcpointer.c -expect 18
429
430 .PHONY: functionmacro
431 functionmacro:
432         -$(SPLINTR) functionmacro.c -expect 2
433
434 .PHONY: glob
435 glob:
436         -$(SPLINTR) glob -expect 4
437         -$(SPLINTR) glob -globuse -expect 3
438         -$(SPLINTR) glob +globunspec -expect 6
439
440 .PHONY: globals
441 globals:
442         -$(SPLINTR) -modifies globals.c -expect 5
443         -$(SPLINTR) -modifies globals.c +allglobals -expect 6
444         -$(SPLINTR) -modifies globals.c +impcheckedglobals -expect 6
445         -$(SPLINTR) -modifies globals.c -globals -checkstrictglobals -expect 2
446         -$(SPLINTR) -modifies globals.c +globunspec -expect 6
447         -$(SPLINTR) -modifies globals.c +globunspec +allglobals -expect 8
448
449 # Was -accessfile
450 .PHONY: impabstract
451 impabstract: 
452         -$(SPLINTR) -accessmodule impabstract.c 
453         -$(SPLINTR) -accessmodule +hints +impabstract impabstract.c -expect 2
454         -$(SPLINTR) -accessmodule +hints +impabstract impabstract -expect 4
455
456 ###
457 ### evans 2001-12-30: Handle unrecognized pre-processor directives
458 ###    (Reported by Pierluigi Sanzani)
459
460 .PHONY: info
461 info:
462         ${SPLINTR} info.c -expect 4
463
464 ### evans 2001-10-14: Expected errors updated
465 .PHONY: init
466 init:
467         -$(SPLINTR) init.c -expect 14
468         -$(SPLINTRN) init.c +checks -exportlocal -exportheadervar -expect 17
469
470
471 .PHONY: inparam
472 inparam:
473         -$(SPLINTR) inparam.c -expect 2
474         -$(SPLINTR) +impouts inparam.c -expect 1
475
476 .PHONY: internal
477 internal:
478         -$(SPLINTR) internal.c -expect 1
479         -$(SPLINTR) internal.c +distinctinternalnames -expect 1
480         -$(SPLINTR) internal.c +distinctinternalnames +ansi89limits -expect 2
481         -$(SPLINTR) internal.c -internalnamelen 28 -expect 3
482         -$(SPLINTR) internal.c +internalnamecaseinsensitive -expect 3
483         -$(SPLINTR) internal.c +internalnamecaseinsensitive +internalnamelookalike -expect 11
484
485 ###
486 ### iter
487 ### 2001-06-06: Error message for iter.lcl:3,6 fixed to iter.lcl:3:6
488 ### 
489
490 .PHONY: iter
491 iter:
492         -$(SPLINTR) iter -expect 14 -lclexpect 1
493         -$(SPLINTR) iter2.c -expect 12
494
495 .PHONY: keep
496 keep:
497         -$(SPLINTR) keep.c +memchecks -expect 6
498
499 ### libs
500 ### 2001-05-22: 2 new errors found (fixed spec of signal)
501 ### 2001-05-30: 3 new errors found (formatconst)
502 ### 2002-07-08: 2 new errors found (getc modifies errno)
503
504 .PHONY: libs
505 libs:
506         -$(SPLINTR) libs.c +longunsignedunsignedintegral -expect 18
507         -$(SPLINTR) libs.c -expect 22
508         -$(SPLINTR) libs.c +globunspec +modunspec -expect 25
509         -$(SPLINTR) libs.c +strictlib +globunspec +modunspec -expect 44
510
511 .PHONY: lintcomments
512 lintcomments:
513         -$(SPLINTR) lintcomments.c -expect 5
514         -$(SPLINTR) lintcomments.c -warnlintcomments -expect 1
515         -$(SPLINTR) lintcomments.c -lintcomments -expect 4
516
517 .PHONY: list
518 list:
519         -$(SPLINTR) list.c -expect 3
520
521 ###
522 ### 2002-12-12: Added test case for +longint and +shortint flags
523 ###
524
525 .PHONY: longint
526 longint:
527         -$(SPLINTR) longint.c -expect 3
528         -$(SPLINTR) longint.c +longint -expect 2
529         -$(SPLINTR) longint.c +shortint -expect 2
530         -$(SPLINTR) longint.c +shortint +longint -expect 0
531
532 ###
533 ### 2002-01-01: Added test case for obvious loop execution.
534 ###
535
536 .PHONY: loopexec
537 loopexec:
538         -$(SPLINTR) loopexec.c -expect 1
539         -$(SPLINTR) loopexec.c -obviousloopexec -expect 3
540
541 .PHONY: looptesteffect
542 looptesteffect:
543         -$(SPLINTR) looptesteffect.c -expect 1
544
545 .PHONY: macros
546 macros:
547         -$(SPLINTR) macros -expect 17 
548         -$(SPLINTR) macros.c +allmacros -expect 34
549         -$(SPLINTR) macros.c +fcnmacros -expect 31
550
551
552 .PHONY: macrosef
553 macrosef:
554         -$(SPLINTR) macrosef -expect 4
555         -$(SPLINTR) macrosef.c +allmacros -expect 3
556         -$(SPLINTR) macrosef.c +allmacros +sefuncon -expect 4
557
558 .PHONY: merge
559 merge:
560         -$(SPLINTRN) merge.c +checks -exportlocal -exportheadervar -exportheader -expect 3
561
562 .PHONY: mergenull
563 mergenull:
564         -$(SPLINTRN) mergenull.c 
565
566 .PHONY: modifies
567 modifies:
568         -$(SPLINTR) modifies.c modclient.c +impcheckedstatics +mustmod -expect 7
569
570 .PHONY: modtest
571 modtest:
572         -$(SPLINTR) modtest -expect 10
573         -$(SPLINTR) modtest +modunspec -expect 13
574         -$(SPLINTR) modtest +mustmod -expect 14
575
576 .PHONY: moduncon
577 moduncon:
578         -$(SPLINTR) moduncon.c +moduncon -memchecks -expect 4
579         -$(SPLINTRN) moduncon.c +strict -exportlocal -expect 22
580
581 .PHONY: mongoincludes
582 mongoincludes:
583         -$(SPLINTR) mongoincludes.c -includenest 1 -expect 19
584         -$(SPLINTR) mongoincludes.c -includenest 2 -expect 10
585         -$(SPLINTR) mongoincludes.c -includenest 3 -expect 4
586         -$(SPLINTR) mongoincludes.c -includenest 4 -expect 1
587         -$(SPLINTR) mongoincludes.c -includenest 5 -expect 0
588
589 .PHONY: mystrncat
590 mystrncat:
591         -$(SPLINTR) mystrncat.c +boundsread +boundswrite -expect 4 
592
593 .PHONY: noeffect
594 noeffect:
595         ${SPLINTP} noeffect.c +allmacros +checks -expect 3
596
597 ###
598 ### 2002-01-01: null1.c: expect increased to 15 because out must be defined
599 ###                         checking detects one new error
600 ###
601
602 .PHONY: null
603 null: 
604         -$(SPLINTR) null1.c -expect 15
605         -$(SPLINTR) null1.c -null -mustdefine -expect 4
606         -$(SPLINTR) null2.c -expect 11
607         -$(SPLINTR) null3.c -expect 15
608         -$(SPLINTR) null3.c +unixlib -expect 16
609         -$(SPLINTR) null4.c -expect 1
610         -$(SPLINTR) null5.c -expect 4
611         -$(SPLINTR) null6 -expect 4
612         -$(SPLINTR) +quiet null6.lcl -dump null6
613         -$(SPLINTR) null6.c -load null6 -expect 4
614
615 ### Added for 3.0 (bugs reported by Kevin Broady)
616
617 .PHONY: nullret
618 nullret:
619         -$(SPLINTR) nullret.c -expect 2
620         -$(SPLINTR) -nullret nullret.c -expect 0
621
622 .PHONY: nullassign
623 nullassign:
624         -$(SPLINTR) nullassign.c -expect 2
625         -$(SPLINTR) -nullassign nullassign.c -expect 1
626
627
628 ### Added for 3.1 - evans 2002-12-14
629
630 .PHONY: numabstract
631 numabstract:
632         -$(SPLINTR) numabstract.c -expect 11
633         -$(SPLINTR) numabstract.c +numabstractlit -expect 9
634         -$(SPLINTR) numabstract.c -numabstractcast -expect 10
635
636 #
637 # Before 2.4, expected one more because error was reported both as 
638 # dependent and observer.
639 #
640
641 .PHONY: observer
642 observer:
643         -$(SPLINTRN) observer +checks -exportlocal -exportheader -expect 9
644         -$(SPLINTRN) observer.c +checks -exportlocal -exportheader -expect 8
645         -$(SPLINTR) observer.c -expect 7
646
647 .PHONY: oldstyle
648 oldstyle:
649         -$(SPLINTR) oldstyle oldstyle2.c -expect 5
650
651 .PHONY: outglob
652 outglob:
653         -$(SPLINTR) outglob -expect 10
654
655 .PHONY: outparam
656 outparam:
657         -$(SPLINTR) outparam -expect 12
658
659 ### evans 2001-08-26: postnotnull new
660
661 .PHONY: postnotnull
662 postnotnull:
663         ${SPLINTR} postnotnull.c -expect 1
664
665 ### evans 2002-02-09: added parentype.c
666 .PHONY: parentype
667 parentype:
668         ${SPLINTR} parentype.c 
669
670 #
671 # Four new +fcnuse errors for -strict (evans 2001-07-22)
672
673
674 .PHONY: preds
675 preds:
676         -$(SPLINTR) +hints preds.c -expect 6
677         -$(SPLINTRN) +hints preds.c -weak -expect 1
678         -$(SPLINTRN) +hints preds.c -strict -exportlocal -exportheader -expect 10
679
680 .PHONY: prefixes
681 prefixes:
682         -$(SPLINTR) prefixes.c +partial
683         -$(SPLINTRN) prefixes.c +allmacros +checks -exportlocal +partial -exportheader -exportheadervar -expect 4
684         -$(SPLINTR) prefixes.c -typeprefix "T" -expect 2
685         -$(SPLINTR) prefixes.c -typeprefix "^" -expect 1
686         -$(SPLINTR) prefixes.c -typeprefix "^*" -expect 2
687         -$(SPLINTR) prefixes.c -typeprefix "^%*" -expect 2
688         -$(SPLINTR) prefixes.c -typeprefix "^~*" -expect 2
689         -$(SPLINTR) prefixes.c -typeprefix "^" +typeprefixexclude -expect 7
690         -$(SPLINTR) prefixes.c -filestaticprefix "^^" -expect 4
691         -$(SPLINTR) prefixes.c -filestaticprefix "^#" -expect 5
692         -$(SPLINTR) prefixes.c -filestaticprefix "^?&x" -expect 5
693         -$(SPLINTR) prefixes.c -globalprefix "G" -expect 1
694         -$(SPLINTR) prefixes.c -globalprefix "&G?_^" -expect 1
695         -$(SPLINTR) prefixes.c -externalprefix "G" -expect 5
696         -$(SPLINTR) prefixes.c -typeprefix "T" -externalprefix "G" -expect 4
697         -$(SPLINTR) prefixes.c -localprefix "?*" +localprefixexclude -expect 13
698
699 .PHONY: printflike
700 printflike:
701         -$(SPLINTR) printflike.c -expect 6
702         -$(SPLINTR) printflike.c -warnlintcomments -expect 5
703
704 .PHONY: rc
705 rc:
706         -$(SPLINTR) -DMYSTERY='"a flag\"wicked cool"' rc.c -expect 1
707         -$(SPLINTR) -DMYSTERY=12 rc.c -expect 1
708         -$(SPLINTR) -f rc1.splintrc rc.c -expect 1
709         -$(SPLINTR) -UMYSTERY -f rc1.splintrc rc.c -expect 1
710         -$(SPLINTR) -f rc3.splintrc rc.c -expect 1
711
712 .PHONY: rcfiles
713 rcfiles:
714         cd rcfiles; ${MAKE} SPLINT="-$(SPLINTPNEST)"
715
716 .PHONY: refcounts
717 refcounts:
718         -$(SPLINTR) refcounts.c -expect 7 
719
720 .PHONY: release
721 release:
722         -$(SPLINTR) release.c +memchecks -expect 1
723
724 .PHONY: repexpose
725 repexpose:
726         -$(SPLINTR) +lh repexpose +memchecks -expect 12
727         -$(SPLINTR) repexpose +memchecks +retalias -expect 15
728         -$(SPLINTRN) repexpose +checks -exportlocal -expect 27
729
730 ### returned added 2001-05-27
731 ### (Bug discovered checking splint sources.)
732
733 .PHONY: returned
734 returned:
735         ${SPLINTR} returned.c -expect 1
736
737 .PHONY: sharing
738 sharing: 
739         -$(SPLINTR) sharing1.c -expect 21
740         -$(SPLINTR) sharing3.c -expect  3
741         -$(SPLINTR) sharing4.c -expect 13
742         -$(SPLINTR) sharing4.c -paramimptemp -expect 12
743         -$(SPLINTR) sharing5.c -expect 6
744
745 .PHONY: shifts
746 shifts:
747         -$(SPLINTR) shifts.c -expect 4
748         -$(SPLINTR) shifts.c -shiftimplementation -expect 3
749         -$(SPLINTR) shifts.c -shiftnegative -expect 1
750
751 #drl comment this out until sizesigns is added to cvs
752
753 ### evans - added 2002-08-17: check warnings with arbitrary integral types
754 sizesigns:
755         -$(SPLINTR) +strict sizesigns.c -expect 5
756         -$(SPLINTR) +strict +matchanyintegral sizesigns.c -expect 4
757
758 .PHONY: slovaknames
759 slovaknames:
760         -$(SPLINTR) +hints slovaknames.c -expect 1
761         -$(SPLINTR) +hints slovaknames.c +accessslovak 
762         -$(SPLINTR) +hints +slovak slovaknames.c -expect 3
763         -$(SPLINTR) +hints +slovak -slovakvars slovaknames.c -expect 2
764         -$(SPLINTR) +hints +slovak -accessslovak slovaknames.c -expect 7
765
766 ##
767 ## evans 2002-07-22: 1 less warning for specclauses3.c because of NULL result
768 ##
769
770 .PHONY: specclauses
771 specclauses:
772         -$(SPLINTR) specclauses.c -expect 6
773         -$(SPLINTR) specclauses2.c -expect 8
774         -$(SPLINTR) specclauses3.c -expect 5
775         -$(SPLINTR) specclauses4.c -expect 3
776         -$(SPLINTR) specclauses5.c -expect 3
777
778 .PHONY: specclauses1
779 specclauses1:
780         -$(SPLINTR) specclauses.c -expect 6
781
782 .PHONY: specclauses2
783 specclauses2:
784         -$(SPLINTR) specclauses2.c -expect 8
785
786 .PHONY: specclauses3
787 specclauses3:
788         -$(SPLINTR) specclauses3.c -expect 6
789
790 .PHONY: specclauses4
791 specclauses4:
792         -$(SPLINTR) specclauses4.c -expect 3
793
794 .PHONY: specclauses5
795 specclauses5:
796         -$(SPLINTR) specclauses5.c -expect 3
797
798 .PHONY: special
799 special:
800         -$(SPLINTR) special -expect 20
801         -$(SPLINTR) special -relaxquals -expect 22
802
803 .PHONY: stack
804 stack:
805         -$(SPLINTR) stack.c -expect 5
806         -$(SPLINTR) stack.c -stackref
807
808 .PHONY: staticarray
809 staticarray:
810         -$(SPLINTR) staticarray.c -expect 3
811
812 ###
813 ### evans 2002-03-16: Default setting of stringliteralnoroomfinalnull changed
814 ### 
815
816 .PHONY: stringliteral
817 stringliteral:
818         -$(SPLINTR) stringliteral.c -stringliteralnoroomfinalnull -expect 3
819         -$(SPLINTR) stringliteral.c -expect 4
820
821 .PHONY: strings
822 strings:
823         -$(SPLINTR) strings.c -expect 3
824         -$(SPLINTR) -readonlystrings -expect 1 strings.c
825         -$(SPLINTR) +modobserverstrict -maintype -expect 4 strings.c
826
827 .PHONY: structassign
828 structassign:
829         -$(SPLINTR) structassign.c -expect 4
830
831 .PHONY: typeof
832 typeof:
833         -$(SPLINTR) typeof.c -expect 2
834
835 .PHONY: typequals
836 typequals:
837         -$(SPLINTR) typequals.c tq.lcl -expect 5
838         -$(SPLINTR) typequals.c -expect 2
839
840 .PHONY: ud
841 ud:
842         -$(SPLINTR) ud.c -expect 9
843         -$(SPLINTR) ud2 -specundef -expect 3
844
845 .PHONY: ulstypes
846 ulstypes:
847         -$(SPLINTR) ulstypes.c -expect 8
848         -$(SPLINTR) ulstypes.c +ignorequals 
849         -$(SPLINTRN) ulstypes.c +strict -exportheader -exportheadervar -expect 28
850
851 # 3 more detected with version 2.5 (change in -numliteral setting)
852
853 .PHONY: union
854 union:
855         -$(SPLINTR) +memchecks union.c -expect 8
856
857 ###
858 ### Added 2001-12-30: fixed union initializer checking in response to
859 ### bug report from Jim Zelenka.
860 ###
861
862 .PHONY: unioninit
863 unioninit:
864         -$(SPLINTR) unioninit.c -expect 2
865
866 .PHONY: unnamedsu
867 unnamedsu:
868         -$(SPLINTR) unnamedsu.c -expect 0
869
870 .PHONY: unreachable
871 unreachable:
872         -$(SPLINTR) unreachable.c -expect 5
873         -$(SPLINTR) -unreachable unreachable.c -expect 2
874         -$(SPLINTR) switch.c -expect 4
875
876 .PHONY: unsignedcompare
877 unsignedcompare:
878         ${SPLINTR} +posixlib unsignedcompare.c -expect 4
879
880
881 ###
882 ### 2001-06-08 evans: 2 new errors after fixing ansireserved name checks
883 ###
884
885 .PHONY: unused
886 unused:
887         -$(SPLINTRN) unused.c +checks -exportlocal -expect 5
888         -$(SPLINTRN) unused.c +checks -exportlocal +topuse -expect 8
889
890 ###
891 ### 2001-06-10: Provided by Jim Zalenka
892 ###
893
894 .PHONY: ullint
895 ullint:
896         ${SPLINTRN} ullint.c -expect 5
897         ${SPLINTRN} ullint.c +charint +charintliteral -expect 2
898
899 ###
900 ### 2001-12-30: Poor warnings reported by Peter Deutsch
901 ###
902 ### 2002-07-03: removed warnings for datatype/macro definitions
903 ###
904
905 .PHONY: utypes
906 utypes:
907         ${SPLINTRN} utypes.c -expect 2
908
909 ###
910
911 .PHONY: void
912 void:
913         ${SPLINTRN} void.c -expect 2
914
915 ###
916 ### 2001-12-30: Problems with wide character strings reported by Nelson Beebe
917 ###
918
919 .PHONY: widestrings
920 widestrings:
921         ${SPLINTRN} widestrings.c -expect 2
922
923 ###
924 ### New since 2.5q:
925 ###
926
927 .PHONY: linked
928 linked:
929         ${SPLINTR} linked.c -expect 4
930         ${SPLINTR} linked2.c -expect 3
931         ${SPLINTR} linked3.c -expect 5
932         ${SPLINTR} linked4.c -expect 6
933         ${SPLINTR} linked5.c -expect 4
934         ${SPLINTR} linked6.c -expect 4
935
936 .PHONY: freearray
937 freearray:
938         ${SPLINTR} freearray.c -expect 1
939
940 .PHONY: sizeof
941 sizeof:
942         -$(SPLINTR) +bounds sizeof.c -expect 1
943
944
945 .PHONY: buffertest
946 buffertest:
947         -$(SPLINTR) +bounds buffertest1.c -expect 5
948
949 ## Integration Tests
950
951 ## evans 2000-12-22
952 ## db2: 2 errors are no longer reported, since eref is immutable.
953 ## Need to clarify what it means for an object to be immutable;
954 ## there should be 2 types with different storage requirements.
955
956 .PHONY: $(SUBDIRTESTS)
957 $(SUBDIRTESTS):
958         cd $@; $(MAKE) SPLINT="$(SPLINTRNNEST)"
959
960 #drl 11/29/2001 This is a very ugly hack to get make dist to work
961 EXTRA_DIST =  ./abst_t.lcl \
962               ./abstptr.lcl \
963               ./alias.lcl \
964               ./alias2.lcl \
965               ./alias3.lcl  \
966               ./db1/erc.lcl \
967               ./db1/bool.lcl \
968               ./db1/dbase.lcl \
969               ./db1/employee.lcl \
970               ./db1/empset.lcl \
971               ./db1/eref.lcl \
972               ./db1/ereftab.lcl \
973               ./alias4.lcl  \
974               ./alias5.lcl \
975               ./argorder2.lcl \
976               ./argorder4.lcl \
977               ./args.lcl \
978               ./cast.lcl \
979               ./decl2.lcl \
980               ./empty.lcl \
981               ./enum.lcl \
982               ./glob.lcl \
983               ./impabstract.lcl \
984               ./iter.lcl \
985               ./macros.lcl \
986               ./macrosef.lcl \
987               ./modtest.lcl \
988               ./mut.lcl \
989               ./mut.lh.expect \
990               ./db2/dbase.lcl \
991               ./db2/employee.lcl \
992               ./db2/empset.lcl \
993               ./db2/erc.lcl \
994               ./db2/eref.lcl \
995               ./db2/ereftab.lcl \
996               ./db2/etest.lcl \
997               ./null6.lcl \
998               ./observer.lcl \
999               ./oldstyle.lcl \
1000               ./outglob.lcl \
1001               ./outparam.lcl \
1002               ./rc1.splintrc \
1003               ./rc2.splintrc \
1004               ./rc3.splintrc \
1005               ./rc3.splintrc.os2 \
1006               ./repexpose.lcl \
1007               ./repexpose.lh.expect \
1008               ./special.lcl \
1009               ./db3/.splintrc \
1010               ./db3/bool.lcl \
1011               ./db3/check.lcl \
1012               ./db3/dbase.lcl \
1013               ./db3/employee.lcl \
1014               ./db3/empset.lcl \
1015               ./db3/erc.lcl \
1016               ./db3/eref.lcl \
1017               ./db3/ereftab.lcl \
1018               ./db3/README \
1019               ./db3/clean \
1020               ./db3/tidy \
1021               ./tq.lcl \
1022               ./ud2.lcl \
1023               ./for/.splintrc \
1024               ./globalbufferannotation/.splintrc \
1025               ./maxset/.splintrc \
1026               ./strchr/.splintrc \
1027               ./tests2.2/bool.lcl \
1028               ./tests2.4/subdir/main.lcl \
1029               ./abstptr.c \
1030               ./alias.c \
1031               ./alias2.c \
1032               ./alias3.c \
1033               ./db1/dbase.c \
1034               ./db1/drive.c \
1035               ./db1/employee.c \
1036               ./db1/empset.c \
1037               ./db1/erc.c \
1038               ./db1/eref.c \
1039               ./db1/ereftab.c \
1040               ./alias4.c \
1041               ./alias5.c \
1042               ./alttypes.c \
1043               ./ansireserved.c \
1044               ./ansireserved2.c \
1045               ./argorder.c \
1046               ./argorder2.c \
1047               ./argorder3.c \
1048               ./argorder4.c \
1049               ./argorder5.c \
1050               ./args.c \
1051               ./arrayinit.c \
1052               ./arraylit.c \
1053               ./blocks.c \
1054               ./branchstate.c \
1055               ./break.c \
1056               ./cases.c \
1057               ./buffertest1.c \
1058               ./cases2.c \
1059               ./cast.c \
1060               ./cast2.c \
1061               ./chararraylit.c \
1062               ./charlit.c \
1063               ./clauses.c \
1064               ./clauses2.c \
1065               ./clauses3.c \
1066               ./commentchar.c \
1067               ./commentcmd.c \
1068               ./compdestroy.c \
1069               ./compoundliterals.c ./compoundliterals.expect \
1070               ./compoundstmt.c ./compoundstmt.expect \
1071               ./csyntax.c \
1072               ./constannot.c \
1073               ./controldepth.c \
1074               ./csyntax10.c \
1075               ./csyntax11.c \
1076               ./csyntax12.c \
1077               ./csyntax13.c \
1078               ./csyntax14.c \
1079               ./csyntax15.c \
1080               ./csyntax16.c \
1081               ./csyntax17.c \
1082               ./csyntax2.c \
1083               ./csyntax3.c \
1084               ./csyntax4.c \
1085               ./csyntax5.c \
1086               ./csyntax6.c \
1087               ./csyntax7.c \
1088               ./csyntax8.c \
1089               ./csyntax9.c \
1090               ./czechnames.c \
1091               ./czechoslovaknames.c \
1092               ./deadparam.c \
1093               ./decl.c \
1094               ./decl2.c \
1095               ./dkf5kEnum.c \
1096               ./dkf5kRange.c \
1097               ./dkf5kSprintf.c \
1098               ./ensures.c \
1099               ./enum.c \
1100               ./enumtag.c \
1101               ./exports.c \
1102               ./external.c \
1103               ./fields.c \
1104               ./fields2.c \
1105               ./fields3.c \
1106               ./flags.c \
1107               ./glob.c \
1108               ./forbody.c \
1109               ./format.c \
1110               ./freearray.c \
1111               ./funcpointer.c \
1112               ./globals.c \
1113               ./globals2.c \
1114               ./impabstract.c \
1115               ./init.c \
1116               ./innerfree.c \
1117               ./inparam.c \
1118               ./internal.c \
1119               ./iter.c \
1120               ./iter2.c \
1121               ./keep.c \
1122               ./libs.c \
1123               ./linked.c \
1124               ./linked2.c \
1125               ./linked3.c \
1126               ./linked4.c \
1127               ./linked5.c \
1128               ./linked6.c \
1129               ./lintcomments.c \
1130               ./list.c \
1131               ./longconstants.c \
1132               ./macros.c \
1133               ./macrosef.c \
1134               ./merge.c \
1135               ./modclient.c \
1136               ./modifies.c \
1137               ./modtest.c \
1138               ./moduncon.c \
1139               ./mongoincludes.c \
1140               ./mparen.c \
1141               ./mut.c \
1142               ./mystrncat.c \
1143               ./noeffect.c \
1144               ./null1.c \
1145               ./null2.c \
1146               ./null3.c \
1147               ./null4.c \
1148               ./null5.c \
1149               ./db2/dbase.c \
1150               ./db2/drive.c \
1151               ./db2/employee.c \
1152               ./db2/empset.c \
1153               ./db2/erc.c \
1154               ./db2/eref.c \
1155               ./db2/ereftab.c \
1156               ./db2/etest.c \
1157               ./null6.c \
1158               ./nullassign.c \
1159               ./nullret.c \
1160               ./observer.c \
1161               ./oldstyle.c \
1162               ./outglob.c \
1163               ./outparam.c \
1164               ./postnotnull.c \
1165               ./preds.c \
1166               ./prefixes.c \
1167               ./printflike.c \
1168               ./rc.c \
1169               ./refcounts.c \
1170               ./release.c \
1171               ./repexpose.c \
1172               ./returned.c \
1173               ./sharing1.c \
1174               ./sharing2.c \
1175               ./sharing3.c \
1176               ./sharing4.c \
1177               ./sharing5.c \
1178               ./sizeof.c \
1179               ./slovaknames.c \
1180               ./specclauses.c \
1181               ./specclauses2.c \
1182               ./specclauses3.c \
1183               ./specclauses4.c \
1184               ./specclauses5.c \
1185               ./specclauses6.c \
1186               ./special.c \
1187               ./stack.c \
1188               ./staticarray.c \
1189               ./strings.c \
1190               ./structassign.c \
1191               ./switch.c \
1192               ./t1.c \
1193               ./test.c \
1194               ./db3/dbase.c \
1195               ./db3/drive.c \
1196               ./db3/employee.c \
1197               ./db3/empset.c \
1198               ./db3/erc.c \
1199               ./db3/eref.c \
1200               ./db3/ereftab.c \
1201               ./typequals.c \
1202               ./ud.c \
1203               ./ud2.c \
1204               ./ullint.c \
1205               ./ulstypes.c \
1206               ./union.c \
1207               ./unreachable.c \
1208               ./unsignedcompare.c \
1209               ./unnamedsu.c \
1210               ./unused.c \
1211               ./void.c \
1212               ./conditions/miroslaw.c \
1213               ./conditions/releases.c \
1214               ./fileio/file.c \
1215               ./fileio/filebranch.c \
1216               ./fileio/filerw.c \
1217               ./for/for.c \
1218               ./globalbufferannotation/globalvariable.c \
1219               ./maxset/maxsetannotations.c \
1220               ./maxset/maxsetnoannotations.c \
1221               ./mergestate/taintednm.c \
1222               ./metastate/file.c \
1223               ./metastate/file1.c \
1224               ./metastate/file2.c \
1225               ./metastate/file3.c \
1226               ./metastate/file4.c \
1227               ./metastate/file5.c \
1228               ./metastate/file6.c \
1229               ./metastate/file7.c \
1230               ./metastate/filebad.c \
1231               ./metastate/global.c \
1232               ./metastate/nullbranch.c \
1233               ./metastate/nullbranch2.c \
1234               ./metastate/nullret.c \
1235               ./metastate/osd.c \
1236               ./metastate/sockets.c \
1237               ./metastate/sockets2.c \
1238               ./metastate/struct.c \
1239               ./metastate/test.c \
1240               ./metastate/voidptr.c \
1241               ./moreBufferTests/initialization.c \
1242               ./moreBufferTests/simplifyTest.c \
1243               ./moreBufferTests/strncatNotReallyGood.c \
1244               ./moreBufferTests/strncatReallyGood.c \
1245               ./moreBufferTests/strrchr.c \
1246               ./moreBufferTests/unrecogCall.c \
1247               ./nullterminatedtest/buggy1.c \
1248               ./nullterminatedtest/buggy_support1.c \
1249               ./nullterminatedtest/buggy_support_fmakeword.c \
1250               ./nullterminatedtest/test1.c \
1251               ./nullterminatedtest/test3.c \
1252               ./simplebufferConstraintTests/m.c \
1253               ./simplebufferConstraintTests/sizeof.c \
1254               ./simplebufferConstraintTests/test3.c \
1255               ./simplebufferConstraintTests/test7.c \
1256               ./sizeoftest/sizeof.c \
1257               ./sizeoftest/sizeofConst.c \
1258               ./sizeoftest/Makefile \
1259               ./strchr/strchr.c \
1260               ./suppressfile/test.c \
1261               ./tainted/sprintf.c \
1262               ./tainted/t1.c \
1263               ./tainted/tainted.c \
1264               ./tainted/tainted2.c \
1265               ./tainted/tainted3.c \
1266               ./tainted/tainted4.c \
1267               ./tainted/tainted5.c \
1268               ./tainted/taintedimplicit.c \
1269               ./tainted/taintedmerge.c \
1270               ./tainted/taintedx.c \
1271               ./tainted/test.c \
1272               ./tclauses/globals.c \
1273               ./tclauses/gt.c \
1274               ./tclauses/modifies.c \
1275               ./tclauses/struct.c \
1276               ./tclauses/undef.c \
1277               ./tests2.2/arbints.c \
1278               ./tests2.2/arrayfcn.c \
1279               ./tests2.2/booldef.c \
1280               ./tests2.2/boolenum.c \
1281               ./tests2.2/boolops.c \
1282               ./tests2.2/break.c \
1283               ./tests2.2/bstring.c \
1284               ./tests2.2/decl.c \
1285               ./tests2.2/enumbool.c \
1286               ./tests2.2/extension.c \
1287               ./tests2.2/libraries.c \
1288               ./tests2.2/modarray.c \
1289               ./tests2.2/nestext.c \
1290               ./tests2.2/offsetof.c \
1291               ./tests2.2/posix.c \
1292               ./tests2.2/realloc.c \
1293               ./tests2.2/rex.c \
1294               ./tests2.2/sizeofarray.c \
1295               ./tests2.2/struct.c \
1296               ./tests2.2a/addassign.c \
1297               ./tests2.2a/arrayparam.c \
1298               ./tests2.2a/bitops.c \
1299               ./tests2.2a/boolcomp.c \
1300               ./tests2.2a/boolenum.c \
1301               ./tests2.2a/dobb.c \
1302               ./tests2.2a/duff.c \
1303               ./tests2.2a/erik.c \
1304               ./tests2.2a/floatdouble.c \
1305               ./tests2.2a/florian.c \
1306               ./tests2.2a/fred.c \
1307               ./tests2.2a/isalpha.c \
1308               ./tests2.2a/notreached.c \
1309               ./tests2.2a/obviousloop.c \
1310               ./tests2.2a/popik.c \
1311               ./tests2.2a/sizeof.c \
1312               ./tests2.2a/toralf.c \
1313               ./tests2.4/subdir/main.c \
1314               ./tests2.4/alignof.c \
1315               ./tests2.4/array.c \
1316               ./tests2.4/bitfields.c \
1317               ./tests2.4/bug1.c \
1318               ./tests2.4/bug2.c \
1319               ./tests2.4/bug3.c \
1320               ./tests2.4/chin.c \
1321               ./tests2.4/cpptest.c \
1322               ./tests2.4/driverstub.c \
1323               ./tests2.4/duffs.c \
1324               ./tests2.4/emptycase.c \
1325               ./tests2.4/enumtest.c \
1326               ./tests2.4/error.c \
1327               ./tests2.4/fink.c \
1328               ./tests2.4/flagequal.c \
1329               ./tests2.4/forward.c \
1330               ./tests2.4/hash.c \
1331               ./tests2.4/hexconstants.c \
1332               ./tests2.4/innercomment.c \
1333               ./tests2.4/komazi.c \
1334               ./tests2.4/longlong.c \
1335               ./tests2.4/main.c \
1336               ./tests2.4/nothing.c \
1337               ./tests2.4/offsetof.c \
1338               ./tests2.4/print.c \
1339               ./tests2.4/ric.c \
1340               ./tests2.4/syncomment.c \
1341               ./tests2.4/syslog.c \
1342               ./tests2.4/test0.c \
1343               ./tests2.4/test1.c \
1344               ./tests2.4/test2.c \
1345               ./tests2.4/timecard.c \
1346               ./tests2.4/toothman.c \
1347               ./tests2.4/ulrich.c \
1348               ./tests2.5/badcomment.c \
1349               ./tests2.5/boolbad.c \
1350               ./tests2.5/boolt.c \
1351               ./tests2.5/booltest.c \
1352               ./tests2.5/dummyfile.c \
1353               ./tests2.5/hoof.c \
1354               ./tests2.5/immutable.c \
1355               ./tests2.5/impabsmodule.c \
1356               ./tests2.5/literals.c \
1357               ./tests2.5/quals.c \
1358               ./tests2.5/sort.c \
1359               ./tests2.5/testalt.c \
1360               ./tests2.5/testimmutable.c \
1361               ./tests2.5/uconstants.c \
1362               ./tests2.5/ull.c \
1363               ./warnuse/warnflags.c \
1364               ./warnuse/warngets.c \
1365               ./warnuse/warnuse.c \
1366               ./moreBufferTests2/unknownsize.c \
1367               ./moreBufferTests2/arrayConstExpr.c \
1368               abstptr.expect \
1369               abstract.expect \
1370               alias.expect \
1371               alttypes.expect \
1372               ansireserved.expect \
1373               argorder.expect \
1374               args.expect \
1375               arrayinit.expect \
1376               arraylit.expect \
1377               blocks.expect \
1378               branchstate.expect \
1379               break.expect \
1380               buffertest.expect \
1381               cases.expect \
1382               cast.expect \
1383               chararraylit.expect \
1384               charlit.expect \
1385               clauses.expect \
1386               commentchar.expect \
1387               compdestroy.expect \
1388               constannot.expect \
1389               controldepth.expect \
1390               csyntax.expect \
1391               czechnames.expect \
1392               czechoslovaknames.expect \
1393               db1.expect \
1394               db2.expect \
1395               db3.expect \
1396               deadparam.expect \
1397               decl.expect \
1398               enum.expect \
1399               enumtag.expect \
1400               exports.expect \
1401               external.expect \
1402               fields.expect \
1403               fileio.expect \
1404               flags.expect \
1405               for.expect \
1406               forbody.expect \
1407               format.expect \
1408               freearray.expect \
1409               funcpointer.expect \
1410               glob.expect \
1411               globalbufferannotation.expect \
1412               globals.expect \
1413               help.expect \
1414               impabstract.expect \
1415               init.expect \
1416               inparam.expect \
1417               internal.expect \
1418               iter.expect \
1419               keep.expect \
1420               libs.expect \
1421               linked.expect \
1422               lintcomments.expect \
1423               list.expect \
1424               longconstants.expect \
1425               macros.expect \
1426               macrosef.expect \
1427               maxset.expect \
1428               merge.expect \
1429               mergestate.expect \
1430               metastate.expect \
1431               modifies.expect \
1432               modtest.expect \
1433               moduncon.expect \
1434               mongoincludes.expect \
1435               moreBufferTests.expect \
1436               moreBufferTests2.expect \
1437               mut.lh.expect \
1438               mystrncat.expect \
1439               noeffect.expect \
1440               null.expect \
1441               nullterminatedtest.expect \
1442               observer.expect \
1443               oldstyle.expect \
1444               outglob.expect \
1445               outparam.expect \
1446               postnotnull.expect \
1447               preds.expect \
1448               prefixes.expect \
1449               printflike.expect \
1450               rc.expect \
1451               refcounts.expect \
1452               release.expect \
1453               repexpose.expect \
1454               repexpose.lh.expect \
1455               returned.expect \
1456               sharing.expect \
1457               simplebufferConstraintTests.expect \
1458               sizeof.expect \
1459               sizeoftest.expect \
1460               slovaknames.expect \
1461               specclauses.expect \
1462               special.expect \
1463               stack.expect \
1464               staticarray.expect \
1465               strchr.expect \
1466               strings.expect \
1467               structassign.expect \
1468               tainted.expect \
1469               tests2.2.expect \
1470               tests2.2a.expect \
1471               tests2.3.expect \
1472               tests2.4.expect \
1473               tests2.5.expect \
1474               typequals.expect \
1475               ud.expect \
1476               ullint.expect \
1477               ulstypes.expect \
1478               union.expect \
1479               unnamedsu.expect \
1480               unreachable.expect \
1481               unsignedcompare.expect \
1482               unused.expect \
1483               void.expect \
1484               ./db1/bool.h \
1485               ./db1/dbase.h \
1486               ./db1/employee.h \
1487               ./db1/empset.h \
1488               ./db1/erc.h \
1489               ./db1/eref.h \
1490               ./db1/ereftab.h \
1491               ./bool.h \
1492               ./decl2.h \
1493               ./exports.h \
1494               ./iter.h \
1495               ./iter2.h \
1496               ./minc1.h \
1497               ./minc2.h \
1498               ./minc3.h \
1499               ./minc4.h \
1500               ./minc5.h \
1501               ./modifies.h \
1502               ./mut.h \
1503               ./db2/bool.h \
1504               ./db2/dbase.h \
1505               ./db2/employee.h \
1506               ./db2/empset.h \
1507               ./db2/erc.h \
1508               ./db2/eref.h \
1509               ./db2/ereftab.h \
1510               ./pivo.h \
1511               ./repexpose.h \
1512               ./db3/bool.h \
1513               ./db3/dbase.h \
1514               ./db3/employee.h \
1515               ./db3/empset.h \
1516               ./db3/erc.h \
1517               ./db3/eref.h \
1518               ./db3/ereftab.h \
1519               ./tq.h \
1520               ./metastate/global.h \
1521               ./suppressfile/test.h \
1522               ./tests2.2/mbool.h \
1523               ./tests2.4/forward.h \
1524               ./tests2.4/hash.h \
1525               ./tests2.4/timecard.h \
1526               ./tests2.5/baz.h \
1527               ./tests2.5/bimbim.h \
1528               ./tests2.5/immutable.h \
1529               ./tests2.5/impabsmodule.h \
1530               ./tests2.5/socket.h \
1531               ./Makefile.os2 \
1532               ./db1/Makefile \
1533               ./db2/Makefile \
1534               ./db3/Makefile \
1535               ./conditions/Makefile \
1536               ./fileio/Makefile \
1537               ./for/Makefile \
1538               ./globalbufferannotation/Makefile \
1539               ./maxset/Makefile \
1540               ./mergestate/Makefile \
1541               ./metastate/Makefile \
1542               ./moreBufferTests/Makefile \
1543               ./simplebufferConstraintTests/Makefile \
1544               ./strchr/Makefile \
1545               ./tainted/Makefile \
1546               ./temp/Makefile \
1547               ./tests2.2/Makefile \
1548               ./tests2.2/Makefile-tests2.2.os2 \
1549               ./tests2.4/Makefile \
1550               ./tests2.4/Makefile-tests2.4.os2 \
1551               ./tests2.5/Makefile \
1552               ./warnuse/Makefile \
1553               ./Makefile.am \
1554               ./Makefile.in \
1555               ./moreBufferTests2/Makefile \
1556               ./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 \
1557                 db2.old-expect   union.pp warnuse.old-expect \
1558                ./tests2.5/badcomment  ./tests2.5/boolbad  ./tests2.5/booltest   ./tests2.5/uconstants  loopexec.expect mergenull.expect shifts.expect looptesteffect.expect \
1559                 unioninit.expect  unioninit.c utypes.c \
1560                 utypes.expect widestrings.expect  widestrings.c  \
1561                 functionmacro.expect functionmacro.c  info.c info.expect \
1562                 longint.c loopexec.c looptesteffect.c mergenull.c shifts.c \
1563                 longint.expect nullret.expect numabstract.expect \
1564                 sizesigns.expect typeof.expect \
1565                 manual.expect ./manual/Makefile \
1566                 ./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 \
1567                   arraydims.expect arraydims.c \
1568                   moreBufferTests2/fixedArrayType.c oldstyle2.c \
1569                   divzero.expect parentype.expect \
1570                   divzero.c parentype.c \
1571 stringliteral.expect  stringliteral.c \
1572   numabstract.c sizesigns.c typeof.c   nullassign.expect 
1573
1574 #               sizesigns.c sizesigns.expect \
This page took 0.1643 seconds and 5 git commands to generate.