Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -2/+3 |
| | |||||
* | don't lose erl_opts when compiling for tests | Tristan Sloughter | 2015-01-23 | 1 | -5/+5 |
| | |||||
* | use new `rebar_file_utils` functions in `eunit` and `ct` providers | alisdair sullivan | 2015-01-16 | 1 | -10/+2 |
| | |||||
* | change more instances of mistyped `erl_first_modules` to | alisdair sullivan | 2015-01-15 | 1 | -1/+1 |
| | | | | | | `erl_first_files` fixes #99 | ||||
* | replace single profile atom in providers with list of profiles | Tristan Sloughter | 2015-01-11 | 1 | -2/+1 |
| | |||||
* | when compiling `common_test` or `eunit` use the same tmp dir | alisdair sullivan | 2015-01-09 | 1 | -5/+17 |
| | | | | from run to run | ||||
* | 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 |