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