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

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