Automated Erlang Builds with CruiseControl

Magnus Henoch magnus@REDACTED
Wed Dec 16 13:20:35 CET 2009


Jeremy Raymond <jeraymond@REDACTED> writes:

> I've automated my build process using CruiseControl to build my Erlang
> project. The build works fine but my EUnit test output isn't recognized unit
> tests. Has anyone done this before and know how to get the EUnit test output
> to show?

Try the eunit_surefire module:
http://www.erlang.org/doc/man/eunit_surefire.html

It outputs results in an XML format commonly called the "JUnit" format.
(From what I've read, it seems it was actually invented for Ant, but
never implemented in JUnit itself.)

-- 
Magnus Henoch, magnus@REDACTED
Erlang Training and Consulting
http://www.erlang-consulting.com/


More information about the erlang-questions mailing list