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