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