summaryrefslogtreecommitdiff
path: root/ocamltest/ocaml_files.mli
blob: 143b84eaf9e2eb3b59347e3275bd8fb132a3dfb9 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
(**************************************************************************)
(*                                                                        *)
(*                                 OCaml                                  *)
(*                                                                        *)
(*             Sebastien Hinderer, projet Gallium, INRIA Paris            *)
(*                                                                        *)
(*   Copyright 2018 Institut National de Recherche en Informatique et     *)
(*     en Automatique.                                                    *)
(*                                                                        *)
(*   All rights reserved.  This file is distributed under the terms of    *)
(*   the GNU Lesser General Public License version 2.1, with the          *)
(*   special exception on linking described in the file LICENSE.          *)
(*                                                                        *)
(**************************************************************************)

(* Locations of files and directories inside the OCaml source tree *)

val ocamlsrcdir : unit -> string

type runtime_variant =
  | Normal
  | Debug
  | Instrumented

val runtime_variant : unit -> runtime_variant

val ocamlrun : string -> string

val ocamlc : string -> string

val ocaml : string -> string

val ocamlc_dot_opt : string -> string

val ocamlopt : string -> string

val ocamlopt_dot_opt : string -> string

val ocamlnat : string -> string

val cmpbyt : string -> string

val expect_test : string -> string