summaryrefslogtreecommitdiff
path: root/testsuite/tests/reproducibility/cmis_on_file_system.ml
blob: 25c4857ce04b90ed8aae570c2d7f3bedb99b821c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(* TEST
 readonly_files = "cmis_on_file_system.ml cmis_on_file_system_companion.mli";
 setup-ocamlc.byte-build-env;
 compile_only = "true";
 module = "cmis_on_file_system.ml";
 flags = "-bin-annot -no-alias-deps -w '-49'";
 ocamlc.byte;
 script = "mv cmis_on_file_system.cmt lone.cmt";
 script;
 module = "cmis_on_file_system_companion.mli";
 compile_only = "true";
 ocamlc.byte;
 compile_only = "true";
 flags = "-bin-annot -no-alias-deps -w '-49'";
 module = "cmis_on_file_system.ml";
 ocamlc.byte;
 program = "cmis_on_file_system.cmt";
 program2 = "lone.cmt";
 compare-binary-files;
*)


(** Test that we are not recording the cmis present on the file system
    at a given point in time *)
type t = int
let () = ()

module M = Cmis_on_file_system_companion