]> andersk Git - splint.git/blobdiff - test/tests2.4/Makefile.os2
Removed obsolete OS/2 test makefiles.
[splint.git] / test / tests2.4 / Makefile.os2
diff --git a/test/tests2.4/Makefile.os2 b/test/tests2.4/Makefile.os2
new file mode 100644 (file)
index 0000000..ac093cd
--- /dev/null
@@ -0,0 +1,89 @@
+.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
+SPLINT = splint\r
+\r
+all: check\r
+\r
+check: emptycase enumtest duffs bitfields bugs tests hexconstants innercomment nothing offsetof komazi print syslog error ulrich cpptest longlong subdir fink alignof source \r
+\r
+emptycase:\r
+       $(SPLINT) emptycase.c \r
+\r
+enumtest:\r
+       $(SPLINT) enumtest.c -expect 2\r
+\r
+duffs:\r
+       $(SPLINT) duffs.c -expect 7\r
+\r
+bitfields:\r
+       $(SPLINT) bitfields.c\r
+\r
+bugs:\r
+       $(SPLINT) bug1.c \r
+       $(SPLINT) bug2.c -expect 5 \r
+       $(SPLINT) bug3.c -expect 3\r
+\r
+tests:\r
+       $(SPLINT) test0.c \r
+       $(SPLINT) test1.c \r
+       $(SPLINT) test2.c \r
+\r
+hexconstants:\r
+       $(SPLINT) hexconstants.c -expect 1 \r
+       $(SPLINT) +checks hexconstants.c -expect 4\r
+\r
+innercomment:\r
+       $(SPLINT) innercomment.c -expect 2 +forcehints \r
+       $(SPLINT) innercomment.c -nestcomment\r
+\r
+nothing:\r
+       $(SPLINT) nothing.c \r
+\r
+offsetof:\r
+       $(SPLINT) offsetof.c -expect 2 \r
+\r
+komazi:\r
+       $(SPLINT) komazi.c \r
+\r
+print:\r
+       $(SPLINT) print.c \r
+\r
+syslog:\r
+       $(SPLINT) syslog.c +unixlib \r
+\r
+error:\r
+       $(SPLINT) error.c -expect 1 \r
+\r
+ulrich:\r
+       $(SPLINT) ulrich.c -expect 1\r
+\r
+cpptest:\r
+       $(SPLINT) cpptest.c '-D__P(x)=x' -expect 1\r
+\r
+longlong:\r
+       $(SPLINT) longlong.c -expect 4\r
+\r
+subdir:\r
+       $(SPLINT) subdir/main.c subdir/main.lcl\r
+\r
+fink:\r
+       $(SPLINT) fink.c \r
+\r
+# Herbert: don't test this, since splint is installed in /usr on my box\r
+driverstub:\r
+       $(SPLINT) driverstub.c -sysdirs "/usr/"\r
+\r
+alignof:\r
+       $(SPLINT) alignof.c -expect 2\r
+\r
+source:\r
+       $(SPLINT) -D DBL_MANT_DIG=25 source.c -expect 1\r
+\r
+\r
+\r
+\r
+\r
+\r
+\r
+\r
+\r
This page took 0.045223 seconds and 4 git commands to generate.