]> andersk Git - splint.git/blobdiff - test/tests2.4/Makefile-tests2.4.os2
Changes for the OS/2 port: cpplib.c (fixed cstring_replaceAll()
[splint.git] / test / tests2.4 / Makefile-tests2.4.os2
diff --git a/test/tests2.4/Makefile-tests2.4.os2 b/test/tests2.4/Makefile-tests2.4.os2
new file mode 100644 (file)
index 0000000..ea99f56
--- /dev/null
@@ -0,0 +1,78 @@
+.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
+\r
+LCLINT = lclint\r
+\r
+all: emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog ulrich cpptest longlong subdir fink alignof source \r
+#error driverstub \r
+\r
+emptycase:\r
+       $(LCLINT) emptycase.c \r
+\r
+enumtest:\r
+       $(LCLINT) enumtest.c -expect 2\r
+\r
+duffs:\r
+       $(LCLINT) duffs.c -expect 7\r
+\r
+bitfields:\r
+       $(LCLINT) bitfields.c\r
+\r
+bugs:\r
+       $(LCLINT) bug1.c \r
+       $(LCLINT) bug2.c -expect 5 \r
+       $(LCLINT) bug3.c -expect 3\r
+\r
+tests:\r
+       $(LCLINT) test0.c \r
+       $(LCLINT) test1.c \r
+       $(LCLINT) test2.c \r
+\r
+hexconstants:\r
+       $(LCLINT) hexconstants.c -expect 1 \r
+       $(LCLINT) +checks hexconstants.c -expect 4\r
+\r
+innercomment:\r
+       $(LCLINT) innercomment.c -expect 2 +forcehints \r
+       $(LCLINT) innercomment.c -nestcomment\r
+\r
+nothing:\r
+       $(LCLINT) nothing.c \r
+\r
+offsetof:\r
+       $(LCLINT) offsetof.c -expect 2 \r
+\r
+komazi:\r
+       $(LCLINT) komazi.c \r
+\r
+print:\r
+       $(LCLINT) print.c \r
+\r
+syslog:\r
+       $(LCLINT) syslog.c -warnunixlib +unixlib \r
+\r
+#error:\r
+#      $(LCLINT) error.c -expect 1 \r
+\r
+ulrich:\r
+       $(LCLINT) ulrich.c -expect 1\r
+\r
+cpptest:\r
+       $(LCLINT) cpptest.c '-D__P(x)=x' -expect 1\r
+\r
+longlong:\r
+       $(LCLINT) longlong.c -expect 4\r
+\r
+subdir:\r
+       $(LCLINT) subdir/main.c subdir/main.lcl\r
+\r
+fink:\r
+       $(LCLINT) fink.c \r
+\r
+driverstub:\r
+       $(LCLINT) driverstub.c\r
+\r
+alignof:\r
+       $(LCLINT) alignof.c -expect 2\r
+\r
+source:\r
+       $(LCLINT) -D DBL_MANT_DIG=25 source.c\r
This page took 0.035444 seconds and 4 git commands to generate.