summaryrefslogtreecommitdiff
path: root/src/rebar_prv_eunit.erl
Commit message (Expand)AuthorAgeFilesLines
* real bootstrappingTristan Sloughter2015-04-221-1/+1
* track and cleanup code paths for different contextsTristan Sloughter2015-04-211-0/+4
* rm old beams, make erlcinfo graph per app isntad of global to projectTristan Sloughter2015-04-101-4/+8
* Merge pull request #320 from tsloughter/dep_pluginsFred Hebert2015-04-051-3/+12
|\
| * fix eunit commentTristan Sloughter2015-04-051-2/+2
| * fixes from bad rebase against masterTristan Sloughter2015-04-041-1/+1
| * support provider hooks on ct and eunitTristan Sloughter2015-04-041-3/+12
* | Provide descriptions for all tasksFred Hebert2015-04-041-1/+1
|/
* split function setting test set for clarityalisdair sullivan2015-03-241-7/+10
* filter checkapps via `rebar_app_info:is_checkout` rather thanalisdair sullivan2015-03-241-4/+2
* add `--app=...` and `--suite=...` options for the eunit provider toalisdair sullivan2015-03-241-74/+145
* use PRV_ERROR for formattable errorsFred Hebert2015-03-161-1/+2
* symlink extra test dirs and compile from there instead of fromalisdair sullivan2015-03-081-5/+12
* compile source from the symlinked directories under `_build` toalisdair sullivan2015-03-081-2/+1
* update all examples in providers to use rebar3Tristan Sloughter2015-03-071-1/+1
* preserve state when compiling directories with a `rebar.config`alisdair sullivan2015-03-041-5/+4
* generate cover data (via the `{cover_enabled, true}` option inalisdair sullivan2015-03-031-1/+12
* modify `ct` and `eunit` to work with isolated `ebin` dirsalisdair sullivan2015-03-021-80/+64
* copy project apps to deps output dir for compilationTristan Sloughter2015-02-281-2/+3
* don't lose erl_opts when compiling for testsTristan Sloughter2015-01-231-5/+5
* 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
* 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
* 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
* preserve rebar path when running `ct` and `eunit` testsalisdair sullivan2015-01-071-2/+5
* reworked eunit provideralisdair sullivan2015-01-061-493/+110
* 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