Commit Graph

6 Commits (master)

Author SHA1 Message Date
Sébastien Hinderer f1adcb8362 ocamltest: add the asmgen test 2018-04-27 17:51:57 +02:00
Sébastien Hinderer 95c80b19fd ocamltest: make it possible to specify an exit status for programs
This makes it possible to specify that a program is expected to
return a non-zero exit status
2018-02-28 21:03:44 +01:00
Sébastien Hinderer 8c75ba867f ocamltest: introduce the result module
This module contains types describing test results and functions to
build and use them.

Before this commit, only successful actions were returning an environemnt.
Starting from this commit, actions always return an environemnt, no matter
their result.

This will make it possible to write negations over tests.
2018-02-05 08:49:49 +01:00
Sébastien Hinderer 1ab45a2c06 ocamltest: add the OCaml-specific shared-libraries action
This action passes when support for shared libraries has been
configured. Otherwise, it skips.
2018-01-22 16:40:18 +01:00
Sébastien Hinderer e801cc6269 ocamltest: re-implement the expect test 2017-12-08 19:16:42 +01:00
Sébastien Hinderer f0b9b8e9c4 ocamltest: refactoring and implementation of hooks 2017-11-23 17:04:46 +01:00