summaryrefslogtreecommitdiff
path: root/testsuite/tests/required-external/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/required-external/main.ml')
-rw-r--r--testsuite/tests/required-external/main.ml72
1 files changed, 36 insertions, 36 deletions
diff --git a/testsuite/tests/required-external/main.ml b/testsuite/tests/required-external/main.ml
index 7764b822e9..c2c4bfb3d3 100644
--- a/testsuite/tests/required-external/main.ml
+++ b/testsuite/tests/required-external/main.ml
@@ -1,40 +1,40 @@
(* TEST
-modules = "file.ml"
-
-* setup-ocamlc.byte-build-env
-program = "${test_build_directory}/main.exe"
-** ocamlc.byte
-module = "file.ml"
-*** ocamlc.byte
-module = ""
-program = "lib.cma"
-flags = "-a"
-all_modules = "file.cmo"
-**** ocamlc.byte
-program = "${test_build_directory}/main.exe"
-all_modules = "lib.cma main.ml"
-flags = ""
-***** check-ocamlc.byte-output
-****** run
-******* check-program-output
-
-* setup-ocamlopt.byte-build-env
-program = "${test_build_directory}/main.exe"
-** ocamlopt.byte
-module = "file.ml"
-*** ocamlopt.byte
-module = ""
-program = "lib.cmxa"
-flags = "-a"
-all_modules = "file.cmx"
-**** ocamlopt.byte
-program = "${test_build_directory}/main.exe"
-all_modules = "lib.cmxa main.ml"
-flags = ""
-***** check-ocamlopt.byte-output
-****** run
-******* check-program-output
-
+ modules = "file.ml";
+ {
+ program = "${test_build_directory}/main.exe";
+ setup-ocamlc.byte-build-env;
+ module = "file.ml";
+ ocamlc.byte;
+ module = "";
+ program = "lib.cma";
+ flags = "-a";
+ all_modules = "file.cmo";
+ ocamlc.byte;
+ program = "${test_build_directory}/main.exe";
+ all_modules = "lib.cma main.ml";
+ flags = "";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+ run;
+ check-program-output;
+ }{
+ program = "${test_build_directory}/main.exe";
+ setup-ocamlopt.byte-build-env;
+ module = "file.ml";
+ ocamlopt.byte;
+ module = "";
+ program = "lib.cmxa";
+ flags = "-a";
+ all_modules = "file.cmx";
+ ocamlopt.byte;
+ program = "${test_build_directory}/main.exe";
+ all_modules = "lib.cmxa main.ml";
+ flags = "";
+ ocamlopt.byte;
+ check-ocamlopt.byte-output;
+ run;
+ check-program-output;
+ }
*)
let () =