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