]> andersk Git - splint.git/blame_incremental - test/tests2.4/Makefile
Added linux builtin type in inet.h to unix library.
[splint.git] / test / tests2.4 / Makefile
... / ...
CommitLineData
1.PHONY: emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog error ulrich cpptest longlong subdir fink driverstub alignof source emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog error ulrich cpptest longlong subdir fink driverstub alignof source
2
3SPLINT = splint
4
5all: check
6
7check: emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog error ulrich cpptest longlong subdir fink driverstub alignof source
8
9emptycase:
10 $(SPLINT) emptycase.c
11
12enumtest:
13 $(SPLINT) enumtest.c -expect 2
14
15duffs:
16 $(SPLINT) duffs.c -expect 7
17
18bitfields:
19 $(SPLINT) bitfields.c
20
21bugs:
22 $(SPLINT) bug1.c
23 $(SPLINT) bug2.c -expect 5
24 $(SPLINT) bug3.c -expect 3
25
26tests:
27 $(SPLINT) test0.c
28 $(SPLINT) test1.c
29 $(SPLINT) test2.c
30
31hexconstants:
32 $(SPLINT) hexconstants.c -expect 1
33 $(SPLINT) +checks hexconstants.c -expect 4
34
35innercomment:
36 $(SPLINT) innercomment.c -expect 2 +forcehints
37 $(SPLINT) innercomment.c -nestcomment
38
39nothing:
40 $(SPLINT) nothing.c
41
42offsetof:
43 $(SPLINT) offsetof.c -expect 2
44
45komazi:
46 $(SPLINT) komazi.c
47
48print:
49 $(SPLINT) print.c
50
51syslog:
52 $(SPLINT) syslog.c +unixlib
53
54error:
55 $(SPLINT) error.c -expect 1
56
57ulrich:
58 $(SPLINT) ulrich.c -expect 1
59
60cpptest:
61 $(SPLINT) cpptest.c '-D__P(x)=x' -expect 1
62
63longlong:
64 $(SPLINT) longlong.c -expect 4
65
66subdir:
67 $(SPLINT) subdir/main.c subdir/main.lcl
68
69fink:
70 $(SPLINT) fink.c
71
72driverstub:
73 $(SPLINT) driverstub.c -sysdirs "/usr/"
74
75alignof:
76 $(SPLINT) alignof.c -expect 2
77
78source:
79 $(SPLINT) -D DBL_MANT_DIG=25 source.c -expect 1
80
81
82
83
84
85
86
87
88
This page took 0.132605 seconds and 5 git commands to generate.