Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-12 | Merge branch 'doc-deps' of https://github.com/zuiderkwast/erlang.mk | 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. | |||
2015-01-10 | Adds DOC_DEPS; fixes #75 | Viktor Söderqvist | |
2014-12-23 | Tests for erlank.mk targets 'app', 'tests-ct' and 'eunit' | Viktor Söderqvist | |
Makefile-based tests in the test/ directory and 'make check' as an alias for (cd test; make). |