Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for a bare `test` directory when using `apps` libdirs | alisdair sullivan | 2015-01-08 | 1 | -7/+24 |
| | |||||
* | exclude `_checkouts` from directories to be precompiled for | alisdair sullivan | 2015-01-08 | 1 | -3/+14 |
| | | | | `common_test` and `eunit` providers | ||||
* | preserve rebar path when running `ct` and `eunit` tests | alisdair sullivan | 2015-01-07 | 1 | -2/+5 |
| | |||||
* | reworked eunit provider | alisdair sullivan | 2015-01-06 | 1 | -493/+110 |
| | | | | | | | | | compiles apps and eunit test files in a temporary dir (or a user specified dir) and runs tests without leaving artifacts in the source tree automatically defines the 'TEST' macro if not already defined and adds `test` to `src_dirs` to allow for eunit test files outside `src` | ||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -4/+4 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -3/+3 |
| | |||||
* | add eunit task, still work to be done | Tristan Sloughter | 2014-11-05 | 1 | -0/+528 |