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