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