summaryrefslogtreecommitdiff
path: root/src/rebar_prv_eunit.erl
Commit message (Collapse)AuthorAgeFilesLines
...
* use new `rebar_file_utils` functions in `eunit` and `ct` providersalisdair sullivan2015-01-161-10/+2
|
* change more instances of mistyped `erl_first_modules` toalisdair sullivan2015-01-151-1/+1
| | | | | | `erl_first_files` fixes #99
* replace single profile atom in providers with list of profilesTristan Sloughter2015-01-111-2/+1
|
* when compiling `common_test` or `eunit` use the same tmp diralisdair sullivan2015-01-091-5/+17
| | | | from run to run
* add support for a bare `test` directory when using `apps` libdirsalisdair sullivan2015-01-081-7/+24
|
* exclude `_checkouts` from directories to be precompiled foralisdair sullivan2015-01-081-3/+14
| | | | `common_test` and `eunit` providers
* preserve rebar path when running `ct` and `eunit` testsalisdair sullivan2015-01-071-2/+5
|
* reworked eunit provideralisdair sullivan2015-01-061-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_dirTristan Sloughter2014-12-011-4/+4
|
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
|
* handle throw by relxTristan Sloughter2014-11-081-3/+3
|
* add eunit task, still work to be doneTristan Sloughter2014-11-051-0/+528