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