summaryrefslogtreecommitdiff
path: root/testsuite/tests/regression/missing_set_of_closures/missing_set_of_closures.ml
blob: 6f4aa125892a036fc6132f306f8fda06c254953d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(* TEST
 readonly_files = "a.ml b.ml b2.ml";
 subdirectories = "dir";
 setup-ocamlopt.byte-build-env;
 module = "a.ml";
 ocamlopt.byte;
 module = "b.ml";
 ocamlopt.byte;
 module = "b2.ml";
 ocamlopt.byte;
 src = "b.cmx b.cmi b2.cmx b2.cmi";
 dst = "dir/";
 copy;
 cwd = "dir";
 cd;
 module = "c.ml";
 flags = "-w -58";
 ocamlopt.byte;
 check-ocamlopt.byte-output;
*)