summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-missing-cmi-2/test.ml
blob: 3321ba46221fe6c8feaa9ce99d5b1f2280599099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(* TEST
readonly_files = "foo.mli bar.mli baz.ml"
* setup-ocamlc.byte-build-env
** ocamlc.byte
module = "foo.mli"
*** ocamlc.byte
module = "bar.mli"
**** script
script = "rm foo.cmi"
***** ocamlc.byte
flags = "-c -i"
module = "baz.ml"
ocamlc_byte_exit_status = "0"
****** check-ocamlc.byte-output
*)