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