summaryrefslogtreecommitdiff
path: root/testsuite/tests/self-contained-toplevel/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/self-contained-toplevel/main.ml')
-rw-r--r--testsuite/tests/self-contained-toplevel/main.ml34
1 files changed, 17 insertions, 17 deletions
diff --git a/testsuite/tests/self-contained-toplevel/main.ml b/testsuite/tests/self-contained-toplevel/main.ml
index 51d44e09cd..c3342b6b40 100644
--- a/testsuite/tests/self-contained-toplevel/main.ml
+++ b/testsuite/tests/self-contained-toplevel/main.ml
@@ -1,21 +1,21 @@
(* TEST
-readonly_files = "foo.ml gen_cached_cmi.ml input.ml"
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-module = "foo.ml"
-*** ocaml with ocamlcommon
-ocaml_script_as_argument = "true"
-test_file = "gen_cached_cmi.ml"
-arguments = "cached_cmi.ml"
-**** ocamlc.byte
-module = ""
-program = "${test_build_directory}/main.exe"
-libraries += "ocamlbytecomp ocamltoplevel"
-all_modules = "foo.cmo cached_cmi.ml main.ml"
-***** run
-set OCAMLLIB="${ocamlsrcdir}/stdlib"
-arguments = "input.ml"
-****** check-program-output
+ readonly_files = "foo.ml gen_cached_cmi.ml input.ml";
+ setup-ocamlc.byte-build-env;
+ module = "foo.ml";
+ ocamlc.byte;
+ ocaml_script_as_argument = "true";
+ test_file = "gen_cached_cmi.ml";
+ arguments = "cached_cmi.ml";
+ ocaml with ocamlcommon;
+ module = "";
+ program = "${test_build_directory}/main.exe";
+ libraries += "ocamlbytecomp ocamltoplevel";
+ all_modules = "foo.cmo cached_cmi.ml main.ml";
+ ocamlc.byte;
+ set OCAMLLIB = "${ocamlsrcdir}/stdlib";
+ arguments = "input.ml";
+ run;
+ check-program-output;
*)
let () =