Commit Graph

6 Commits (55973d1203e290709f30dcda443311fac0e371e1)

Author SHA1 Message Date
Sébastien Hinderer 148fd3bf86 ocamltest: add the -show-variables commandline option
This option prints all the variables known by ocamltest
2018-05-29 08:45:56 +02:00
Sébastien Hinderer f2e0ae8a17 ocamltest: make it possible to declare variables in the DSL 2018-03-21 17:23:29 +01:00
Sébastien Hinderer ae2da9b80d ocamltest: let each variable specify how to export it to system env 2018-02-27 18:32:32 +01:00
Sébastien Hinderer 95b3f53591 ocamltest: fix typo 2018-02-27 18:32:32 +01:00
Sébastien Hinderer f0b9b8e9c4 ocamltest: refactoring and implementation of hooks 2017-11-23 17:04:46 +01:00
Sébastien Hinderer 635b5edcc1 ocamltest: the test driver for the OCaml compiler
This commit contains:

- The initial version of the tool itself, in the ocamltest directory
- The required additions to the main .gitignore and .merlin files.

The integration of ocamltest in OCaml's main build system and its use
in the testsuite are not part of this commit.

Credits go to David Allsopp for
- Extending the computation of ocamlsrcdir to the Windows case
- Making ocamltest compile when flexlink
is being bootstrapped.
2017-09-18 17:40:14 +02:00