On Friday 07 March 2014 13:47:02 Pino Toscano wrote:
Add (and ship) a simple ocaml script which can convert the results
of
automake unit tests (.trs + .log files) to a junit-like .xml file,
suitable for importing in CI systems (such as jenkins).
---
tests/Makefile.am | 4 +-
tests/automake2junit.ml | 128 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 131
insertions(+), 1 deletion(-)
create mode 100644 tests/automake2junit.ml
Given it seems not clear from the commit message: this commit is for
supermin.
--
Pino Toscano