summaryrefslogtreecommitdiff
path: root/ocamltest/.depend
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2018-02-27 16:53:41 +0100
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2018-02-27 18:32:32 +0100
commit3cedaaed4d0d37fb4dc1366749c5a3e5718ea11a (patch)
treefc6e068ca97fc9bc1eb48091ccabb7608aa630eb /ocamltest/.depend
parent63c8b9542c914720e58d2a5e69dba370e746cddf (diff)
downloadocaml-3cedaaed4d0d37fb4dc1366749c5a3e5718ea11a.tar.gz
ocamltest: add a compiler method to the toplevel class
When a toplevel test consists in more than one file, it is necessary to compile the auxiliary files so that they can then be loaded into the toplevel. This method stores for each toplevel the compiler to use to do this.
Diffstat (limited to 'ocamltest/.depend')
-rw-r--r--ocamltest/.depend11
1 files changed, 6 insertions, 5 deletions
diff --git a/ocamltest/.depend b/ocamltest/.depend
index 751933eef7..afe6c2e28a 100644
--- a/ocamltest/.depend
+++ b/ocamltest/.depend
@@ -99,12 +99,13 @@ ocaml_tools.cmx : variables.cmx ocamltest_stdlib.cmx ocaml_variables.cmx \
environments.cmx ocaml_tools.cmi
ocaml_tools.cmi : variables.cmi environments.cmi
ocaml_toplevels.cmo : variables.cmi ocamltest_stdlib.cmi ocaml_variables.cmi \
- ocaml_tools.cmi ocaml_files.cmi ocaml_commands.cmi ocaml_backends.cmi \
- ocaml_toplevels.cmi
+ ocaml_tools.cmi ocaml_files.cmi ocaml_compilers.cmi ocaml_commands.cmi \
+ ocaml_backends.cmi ocaml_toplevels.cmi
ocaml_toplevels.cmx : variables.cmx ocamltest_stdlib.cmx ocaml_variables.cmx \
- ocaml_tools.cmx ocaml_files.cmx ocaml_commands.cmx ocaml_backends.cmx \
- ocaml_toplevels.cmi
-ocaml_toplevels.cmi : variables.cmi ocaml_tools.cmi ocaml_backends.cmi
+ ocaml_tools.cmx ocaml_files.cmx ocaml_compilers.cmx ocaml_commands.cmx \
+ ocaml_backends.cmx ocaml_toplevels.cmi
+ocaml_toplevels.cmi : variables.cmi ocaml_tools.cmi ocaml_compilers.cmi \
+ ocaml_backends.cmi
ocaml_variables.cmo : variables.cmi ocamltest_stdlib.cmi ocaml_variables.cmi
ocaml_variables.cmx : variables.cmx ocamltest_stdlib.cmx ocaml_variables.cmi
ocaml_variables.cmi : variables.cmi