diff options
Diffstat (limited to 'testsuite/tests/backtrace/Makefile')
-rw-r--r-- | testsuite/tests/backtrace/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/backtrace/Makefile b/testsuite/tests/backtrace/Makefile index 028bf38211..1860fe6aa4 100644 --- a/testsuite/tests/backtrace/Makefile +++ b/testsuite/tests/backtrace/Makefile @@ -54,10 +54,12 @@ byte: skip: @for file in $(ABCDFILES); do \ for arg in a b c d ''; do \ - echo " ... testing '$$file' with ocamlopt and argument '$$arg': => skipped"; \ + echo " ... testing '$$file' with ocamlopt and argument '$$arg': \ + => skipped"; \ done; \ done - @for file in $(OTHERFILES) $(OTHERFILESNOINLINING) $(OTHERFILESNOINLINING_NATIVE); do \ + @for file in $(OTHERFILES) $(OTHERFILESNOINLINING) \ + $(OTHERFILESNOINLINING_NATIVE); do \ echo " ... testing '$$file' with ocamlopt: => skipped"; \ done |