summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-unix/common/wait_nohang.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-unix/common/wait_nohang.ml')
-rw-r--r--testsuite/tests/lib-unix/common/wait_nohang.ml59
1 files changed, 29 insertions, 30 deletions
diff --git a/testsuite/tests/lib-unix/common/wait_nohang.ml b/testsuite/tests/lib-unix/common/wait_nohang.ml
index fb4c0b259e..bddd61a507 100644
--- a/testsuite/tests/lib-unix/common/wait_nohang.ml
+++ b/testsuite/tests/lib-unix/common/wait_nohang.ml
@@ -1,34 +1,33 @@
(* TEST
-
-readonly_files = "reflector.ml"
-
-* hasunix
-** setup-ocamlc.byte-build-env
-program = "${test_build_directory}/wait_nohang.byte"
-*** ocamlc.byte
-program = "${test_build_directory}/reflector.exe"
-all_modules = "reflector.ml"
-**** ocamlc.byte
-include unix
-program = "${test_build_directory}/wait_nohang.byte"
-all_modules= "wait_nohang.ml"
-***** check-ocamlc.byte-output
-****** run
-******* check-program-output
-
-** setup-ocamlopt.byte-build-env
-program = "${test_build_directory}/wait_nohang.opt"
-*** ocamlopt.byte
-program = "${test_build_directory}/reflector.exe"
-all_modules = "reflector.ml"
-**** ocamlopt.byte
-include unix
-program = "${test_build_directory}/wait_nohang.opt"
-all_modules= "wait_nohang.ml"
-***** check-ocamlopt.byte-output
-****** run
-******* check-program-output
-
+ readonly_files = "reflector.ml";
+ hasunix;
+ {
+ program = "${test_build_directory}/wait_nohang.byte";
+ setup-ocamlc.byte-build-env;
+ program = "${test_build_directory}/reflector.exe";
+ all_modules = "reflector.ml";
+ ocamlc.byte;
+ include unix;
+ program = "${test_build_directory}/wait_nohang.byte";
+ all_modules = "wait_nohang.ml";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+ run;
+ check-program-output;
+ }{
+ program = "${test_build_directory}/wait_nohang.opt";
+ setup-ocamlopt.byte-build-env;
+ program = "${test_build_directory}/reflector.exe";
+ all_modules = "reflector.ml";
+ ocamlopt.byte;
+ include unix;
+ program = "${test_build_directory}/wait_nohang.opt";
+ all_modules = "wait_nohang.ml";
+ ocamlopt.byte;
+ check-ocamlopt.byte-output;
+ run;
+ check-program-output;
+ }
*)
let refl =