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