summaryrefslogtreecommitdiff
path: root/testsuite/tests/reproducibility/cmis_on_file_system.ml
blob: d82f1b378a1ff52781bc29ff24d7cac869084a18 (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
  ** ocamlc.byte
  compile_only = "true"
  module = "cmis_on_file_system.ml"
  flags="-bin-annot -no-alias-deps -w '-49'"
  *** script
  script= "mv cmis_on_file_system.cmt lone.cmt"
  **** ocamlc.byte
  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"
  ****** compare-binary-files
  program="cmis_on_file_system.cmt"
  program2="lone.cmt"
*)


(** 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