]> andersk Git - splint.git/blobdiff - test/Makefile.os2
Fixed the OS/2 specific files for the latest release.
[splint.git] / test / Makefile.os2
index 430a8feed997b9cb3ff5819f72775ed975d281e7..26a428b0e6563cb0558379e75025872be9fb23e1 100644 (file)
@@ -24,7 +24,7 @@ SPLINTP = $(SPLINT) -nof
 SPLINTRN = $(SPLINTP) -hints -booltype "bool"\r
 SPLINTR = $(SPLINTRN) -exportlocal +debugfcnconstraint\r
 \r
-SPLINTRNNEST = $(SPLINTPNEST) -hints -booltype "bool"\r
+SPLINTRNNEST = $(SPLINTPNEST) -hints -booltype bool\r
 SPLINTRNEST = $(SPLINTRNNEST) -exportlocal +debugfcnconstraint\r
 \r
 ###\r
@@ -211,7 +211,7 @@ compdestroy:
        $(SPLINTRN) compdestroy.c +checks -exportlocal -exportheader -expect 1\r
        $(SPLINTRN) compdestroy.c +checks -exportlocal -exportheader +strictdestroy -expect 2\r
        $(SPLINTRN) compdestroy.c +checks -exportlocal -exportheader +strictdestroy +strictusereleased -expect 3\r
-       $(SPLINTRN) compdestroy.c +strict +partial -exportheader -expect 3\r
+       $(SPLINTRN) compdestroy.c +strict +partial -exportheader -expect 4\r
 \r
 .PHONY: compoundliterals\r
 compoundliterals:\r
@@ -274,7 +274,7 @@ deadparam:
 .PHONY: decl\r
 decl:\r
        $(SPLINTR) decl.c -expect 2\r
-       $(SPLINTRN) decl.c +strict -exportlocal -expect 5\r
+       $(SPLINTRN) decl.c +strict -exportlocal -expect 6\r
        $(SPLINTR) decl2 -expect 4\r
 \r
 .PHONY: divzero\r
@@ -480,7 +480,7 @@ modtest:
 .PHONY: moduncon\r
 moduncon:\r
        $(SPLINTR) moduncon.c +moduncon -memchecks -expect 4\r
-       $(SPLINTRN) moduncon.c +strict -exportlocal -expect 22\r
+       $(SPLINTRN) moduncon.c +strict +impboundsconstraints -exportlocal -expect 22 \r
 \r
 .PHONY: mongoincludes\r
 mongoincludes:\r
@@ -578,7 +578,7 @@ parentype:
 preds:\r
        $(SPLINTR) +hints preds.c -expect 6\r
        $(SPLINTRN) +hints preds.c -weak -expect 1\r
-       $(SPLINTRN) +hints preds.c -strict -exportlocal -exportheader -expect 10\r
+       $(SPLINTRN) +hints preds.c -strict +impboundsconstraints -exportlocal -exportheader -expect 10\r
 \r
 .PHONY: prefixes\r
 prefixes:\r
@@ -847,11 +847,11 @@ buffertest:
 \r
 .PHONY: $(SUBDIRTESTS1)\r
 $(SUBDIRTESTS1):\r
-       cd $@; $(MAKE) SPLINT="$(SPLINTRNNEST)"\r
+       $(MAKE) -C $@ SPLINT="$(SPLINTRNNEST)"\r
 \r
 .PHONY: $(SUBDIRTESTS2)\r
 $(SUBDIRTESTS2):\r
-       cd $@; $(MAKE) SPLINT="$(SPLINTRNNEST)" -f Makefile.os2\r
+       $(MAKE) -C $@ SPLINT="$(SPLINTRNNEST)" -f Makefile.os2\r
 \r
 #              sizesigns.c sizesigns.expect \\r
 # Tell versions [3.59,3.63) of GNU make to not export all variables.\r
This page took 0.035421 seconds and 4 git commands to generate.