summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-missing-cmi/test.ml
blob: a100351501a42901f613eee0cab947cda9af5d55 (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;
 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";
 ocamlc.byte;
 check-ocamlc.byte-output;
*)