summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamlc-open/tool-ocamlc-open.ml
blob: f7c275dd9276d90b2823c2735b2ba8557d0883b0 (plain)
1
2
3
4
5
6
7
8
9
10
(* TEST
 readonly_files = "a.ml b.ml";
 setup-ocamlc.byte-build-env;
 module = "a.ml";
 ocamlc.byte;
 module = "b.ml";
 flags = "-open A.M";
 ocamlc.byte;
 check-ocamlc.byte-output;
*)