Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-09 | Merge branch 'cover' of https://github.com/zuiderkwast/erlang.mk | Loïc Hoguin | |
Rebased and moved ct.cover.spec into the test/ directory. | |||
2015-05-08 | Add ci plugin | Loïc Hoguin | |
The ci plugin allows testing your Erlang project across any number of Erlang versions. | |||
2015-05-07 | Add Asciidoc documentation support | Loïc Hoguin | |
2015-05-07 | Merge branch 'xref_plugin' of https://github.com/inaka/erlang.mk | Loïc Hoguin | |
2015-03-18 | add as a plugin | Euen | |
2015-01-24 | Combined coverage report for eunit and ct | Viktor Söderqvist | |
2015-01-10 | Add triq plugin | Loïc Hoguin | |
2015-01-10 | Introduce test builds and unify testing tools interface | Loïc Hoguin | |
The general idea is that erlang.mk now keeps track of what kind of build it generated. A test build is valid for all subsequent test target invocations. A normal build is only valid for itself and releases. This rework adds the ability to specify deps to eunit. The EUNIT_DIR variable is gone in favor of a more global TEST_DIR. The tests-ct target got renamed to ct and documented. Many more minor changes were done during the course of testing these changes. | |||
2014-12-21 | Add EUnit plugin | Enrique Fernandez | |
2014-11-24 | add escript plugin | Dave Cottlehuber | |
2014-11-19 | Enabled the c_src plugin by default | Loïc Hoguin | |
2014-11-01 | Alphabetical order build.config | Loïc Hoguin | |
2014-10-31 | [inaka/elvis#96] Elvis plugin. | Juan Facorro | |
2014-09-08 | Created shell target | Rob Martin | |
2014-07-30 | Add bootstrap plugin | Loïc Hoguin | |
2014-06-10 | Initial support for NIFs | Loïc Hoguin | |
2014-05-28 | Cut erlang.mk into many small components | Loïc Hoguin | |
* The build.config says what gets into the generated erlang.mk. * The default erlang.mk in the repository hasn't changed yet. * Clean targets were separated into "clean" and "distclean". * The "help" target was added to display some help message. I probably broke a couple things... |