Commit Graph

4 Commits (master)

Author SHA1 Message Date
Nicolás Ojeda Bär b4ba61d73d Typos 2020-05-27 19:19:22 +02:00
Sébastien Hinderer f2e0ae8a17 ocamltest: make it possible to declare variables in the DSL 2018-03-21 17:23:29 +01:00
Nicolas Ojeda Bar edd43c3cd5 ocamltest: add syntax "+=" for appending to variables 2017-12-05 17:18:35 +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