summaryrefslogtreecommitdiff
path: root/ocamltest/ocaml_compilers.mli
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2018-02-27 15:46:25 +0100
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2018-02-27 18:32:32 +0100
commit24872924ce2977bc56e1c85a8f8ca19486d23927 (patch)
tree25c18db211576bb1e749b609905971de12726961 /ocamltest/ocaml_compilers.mli
parent1f43fc3a5eac3df20b44c608a8751b8405371a60 (diff)
downloadocaml-24872924ce2977bc56e1c85a8f8ca19486d23927.tar.gz
ocamltest: add methods to the compiler class
Add the program_variable and program_output_varibles methods to the compiler class.
Diffstat (limited to 'ocamltest/ocaml_compilers.mli')
-rw-r--r--ocamltest/ocaml_compilers.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocamltest/ocaml_compilers.mli b/ocamltest/ocaml_compilers.mli
index d342db619e..daf491f807 100644
--- a/ocamltest/ocaml_compilers.mli
+++ b/ocamltest/ocaml_compilers.mli
@@ -27,6 +27,8 @@ class compiler :
object inherit Ocaml_tools.tool
method backend : Ocaml_backends.t
method is_native : bool
+ method program_variable : Variables.t
+ method program_output_variable : Variables.t option
end
val ocamlc_byte : compiler