summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxed-primitive-args/test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/unboxed-primitive-args/test.ml')
-rw-r--r--testsuite/tests/unboxed-primitive-args/test.ml31
1 files changed, 14 insertions, 17 deletions
diff --git a/testsuite/tests/unboxed-primitive-args/test.ml b/testsuite/tests/unboxed-primitive-args/test.ml
index b93120dd67..6490954a68 100644
--- a/testsuite/tests/unboxed-primitive-args/test.ml
+++ b/testsuite/tests/unboxed-primitive-args/test.ml
@@ -1,19 +1,16 @@
(* TEST
-
-readonly_files = "common.mli common.ml test_common.c test_common.h"
-
-* setup-ocamlopt.byte-build-env
-** ocaml
-test_file = "${test_source_directory}/gen_test.ml"
-ocaml_script_as_argument = "true"
-arguments = "c"
-compiler_output = "stubs.c"
-*** ocaml
-arguments = "ml"
-compiler_output = "main.ml"
-**** ocamlopt.byte
-all_modules = "test_common.c stubs.c common.mli common.ml main.ml"
-***** run
-****** check-program-output
-
+ readonly_files = "common.mli common.ml test_common.c test_common.h";
+ setup-ocamlopt.byte-build-env;
+ test_file = "${test_source_directory}/gen_test.ml";
+ ocaml_script_as_argument = "true";
+ arguments = "c";
+ compiler_output = "stubs.c";
+ ocaml;
+ arguments = "ml";
+ compiler_output = "main.ml";
+ ocaml;
+ all_modules = "test_common.c stubs.c common.mli common.ml main.ml";
+ ocamlopt.byte;
+ run;
+ check-program-output;
*)