summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-missing-cmi/test.ml
blob: b946a8c1cb743c9f90cf35406cdd37133c3040f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(* TEST
readonly_files = "a.ml b.ml c.ml main.ml main_ok.ml"
subdirectories = "subdir"
* setup-ocamlc.byte-build-env
** ocamlc.byte
module = "subdir/m.ml"
*** ocamlc.byte
flags = "-I subdir"
module = "a.ml"
**** ocamlc.byte
module = "b.ml"
***** ocamlc.byte
module = "c.ml"
****** ocamlc.byte
flags = ""
module = "main_ok.ml"
******* ocamlc.byte
module = "main.ml"
ocamlc_byte_exit_status = "2"
******** check-ocamlc.byte-output
*)