summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-bigarray-2/bigarrfml.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-bigarray-2/bigarrfml.ml')
-rw-r--r--testsuite/tests/lib-bigarray-2/bigarrfml.ml52
1 files changed, 25 insertions, 27 deletions
diff --git a/testsuite/tests/lib-bigarray-2/bigarrfml.ml b/testsuite/tests/lib-bigarray-2/bigarrfml.ml
index a31e545c1a..05ba7b2771 100644
--- a/testsuite/tests/lib-bigarray-2/bigarrfml.ml
+++ b/testsuite/tests/lib-bigarray-2/bigarrfml.ml
@@ -1,31 +1,29 @@
(* TEST
-
-readonly_files = "bigarrf.f bigarrfstub.c"
-last_flags = "-cclib -lgfortran"
-
-* script
-script = "sh ${test_source_directory}/has-gfortran.sh"
-
-** setup-ocamlc.byte-build-env
-*** script
-script = "sh ${test_source_directory}/call-gfortran.sh ${cc} -c bigarrf.f"
-**** ocamlc.byte
-all_modules = "bigarrf.o bigarrfstub.c bigarrfml.ml"
-***** run
-output = "${test_build_directory}/program-output"
-stdout = "${output}"
-****** check-program-output
-
-** setup-ocamlopt.byte-build-env
-*** script
-script = "sh ${test_source_directory}/call-gfortran.sh ${cc} -c bigarrf.f"
-**** ocamlopt.byte
-all_modules = "bigarrf.o bigarrfstub.c bigarrfml.ml"
-***** run
-output = "${test_build_directory}/program-output"
-stdout = "${output}"
-****** check-program-output
-
+ readonly_files = "bigarrf.f bigarrfstub.c";
+ last_flags = "-cclib -lgfortran";
+ script = "sh ${test_source_directory}/has-gfortran.sh";
+ script;
+ {
+ setup-ocamlc.byte-build-env;
+ script = "sh ${test_source_directory}/call-gfortran.sh ${cc} -c bigarrf.f";
+ script;
+ all_modules = "bigarrf.o bigarrfstub.c bigarrfml.ml";
+ ocamlc.byte;
+ output = "${test_build_directory}/program-output";
+ stdout = "${output}";
+ run;
+ check-program-output;
+ }{
+ setup-ocamlopt.byte-build-env;
+ script = "sh ${test_source_directory}/call-gfortran.sh ${cc} -c bigarrf.f";
+ script;
+ all_modules = "bigarrf.o bigarrfstub.c bigarrfml.ml";
+ ocamlopt.byte;
+ output = "${test_build_directory}/program-output";
+ stdout = "${output}";
+ run;
+ check-program-output;
+ }
*)
open Bigarray