summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | the process where ct is performed
* 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
| | | | | | `erl_first_files` fixes #99
* 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
| | | | from run to run
* 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
| | | | `common_test` and `eunit` providers
* adjust handling of `common_test` `dir` option and refactor provideralisdair sullivan2015-01-081-19/+33
| | | | option handling
* switch to `lists:ukeymerge` to merge `ct` opts for better behavioralisdair sullivan2015-01-071-13/+1
| | | | in presence of keys defined multiple times
* preserve rebar path when running `ct` and `eunit` testsalisdair sullivan2015-01-071-1/+3
|
* reworked ct provideralisdair sullivan2015-01-061-82/+133
| | | | | | | | | | compiles common test files in a temporary dir (or a user specified dir) and runs tests without leaving artifacts in the source tree precompile tests using `rebar.config` and disable autocompile so project specific options are used fixes #62
* 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
| | | | | | verbosity. Verbosity can be a integer but I am parsing it as a term. This will work for integers as well as terms.
* 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
| | | | | command line by converting things to atoms and splitting up strings where needed.
* 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