summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
Commit message (Expand)AuthorAgeFilesLines
* 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-14/+23
* 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-2/+2
* Fix handling of ct resultsJames Fish2015-03-051-23/+51
* Don't include directories when testing subset of ct suitesJames Fish2015-03-041-7/+50
* fix issue where apps with a `rebar.config` were preventingalisdair sullivan2015-03-031-6/+5
* include full path in pointer to `ct` outputalisdair sullivan2015-03-031-1/+1
* rename `_logs` and `_cover` dirs to `logs` and `cover`, respectivelyalisdair sullivan2015-03-031-1/+1
* move `_logs` and `_cover` to `_build` diralisdair sullivan2015-03-031-2/+2
* generate cover data (via the `{cover_enabled, true}` option inalisdair sullivan2015-03-031-5/+19
* modify `ct` and `eunit` to work with isolated `ebin` dirsalisdair sullivan2015-03-021-79/+75
* fix compile/3 call in common_test providerTristan Sloughter2015-03-011-1/+1
* update compile call from common test provider with new outdirTristan Sloughter2015-02-281-1/+2
* fix error where an exception in ct could hang rebar by monitoringalisdair sullivan2015-02-181-2/+4
* suppress common_test output unless `rebar3 ct` is run with verbose switchalisdair sullivan2015-02-171-8/+33
* don't lose erl_opts when compiling for testsTristan Sloughter2015-01-231-2/+2
* 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-1/+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-2/+26
* exclude `_checkouts` from directories to be precompiled foralisdair sullivan2015-01-081-2/+13
* adjust handling of `common_test` `dir` option and refactor provideralisdair sullivan2015-01-081-19/+33
* switch to `lists:ukeymerge` to merge `ct` opts for better behavioralisdair sullivan2015-01-071-13/+1
* preserve rebar path when running `ct` and `eunit` testsalisdair sullivan2015-01-071-1/+3
* reworked ct provideralisdair sullivan2015-01-061-82/+133
* rewrite profilesTristan Sloughter2014-12-161-6/+1
* Handle more ct_run return values.omarkj2014-12-041-5/+21
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
* wip: profilesTristan Sloughter2014-11-291-4/+4
* Transform silent_connections well and parseomarkj2014-11-261-2/+2
* Correctly parse create_priv_dir.omarkj2014-11-261-1/+1
* Return errors when tests fail.omarkj2014-11-261-5/+12
* Validate the input as it comes in from theomarkj2014-11-261-40/+95
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
* properly reset cwd after finding version of git resourceTristan Sloughter2014-11-051-0/+5
* common test provider must depend on test depsTristan Sloughter2014-11-041-1/+1
* switch ct provider to use external provider behaviorTristan Sloughter2014-11-031-3/+3
* add helpomarkj2014-11-031-9/+110
* common tests -> Common Testsomarkj2014-09-251-1/+1
* Enable ct.omarkj2014-09-191-14/+29
* CT Provider.omarkj2014-09-181-0/+59