summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamlc-stop-after/stop_after_scheduling.ml
blob: d4344f8ba17704b612afafd3f060bc55a72022cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(* TEST
 compiler_output = "compiler-output.raw";
 setup-ocamlc.byte-build-env;
 flags = "-stop-after scheduling";
 ocamlc_byte_exit_status = "2";
 ocamlc.byte;
 script = "sh ${test_source_directory}/stop_after_scheduling.sh";
 output = "compiler-output";
 script;
 compiler_output = "compiler-output";
 check-ocamlc.byte-output;
*)

(* this file is just a test driver, the test does not contain real OCaml code *)