summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
Commit message (Expand)AuthorAgeFilesLines
* fix paths for multiple app projects when running ct with no --dir argumentalisdair sullivan2016-01-301-7/+13
* don't strip the project apps when running `ct` with just a root suite specifiedalisdair sullivan2016-01-301-2/+3
* put `extra' ct test suites in `extras/apps/APPNAME' rather than `extras'alisdair sullivan2015-12-201-1/+2
* allow ct suites to be specified at the root of a project (or root of app)alisdair sullivan2015-12-201-2/+27
* whitespace cleanupalisdair sullivan2015-12-201-1/+1
* error on ct/eunit argument errors instead of warningalisdair sullivan2015-11-151-42/+71
* warn on incorrectly specified test options in `rebar.config`alisdair sullivan2015-11-141-6/+21
* Optionally disable readable outputFred Hebert2015-11-131-10/+26
* Prettify all of common test output.Fred Hebert2015-11-131-2/+19
* calculate coverage info as late as possible in ct provider executionalisdair sullivan2015-11-051-3/+4
* add warning about `auto_compile`alisdair sullivan2015-11-021-3/+10
* reenable support for most command line options and rename `ct_tests` to `ct_o...alisdair sullivan2015-11-011-8/+35
* support atom suites in `ct_tests`alisdair sullivan2015-11-011-17/+29
* refactor `rebar_prv_common_test`alisdair sullivan2015-11-011-373/+311
* add an option to soft purge rather than purge old codealisdair sullivan2015-11-011-1/+1
* refactor `rebar_erlc_compiler`alisdair sullivan2015-10-261-43/+1
* cover compile beams compiled for ct/eunit seperately from beams compiled othe...alisdair sullivan2015-09-111-0/+1
* fix run_all_hooks call for ct provider, no need to pass appinfoTristan Sloughter2015-09-081-2/+2
* Merge pull request #769 from surik/cover_spec_optionFred Hebert2015-09-051-0/+2
|\
| * Fix cover_spec options for ctYury Gargay2015-09-031-0/+2
* | wip: move state into app_infoTristan Sloughter2015-08-311-3/+3
|/
* symlink ct test dirs rather than copyalisdair sullivan2015-08-261-2/+4
* use correct rebar_state for a dep, not the top level stateTristan Sloughter2015-08-161-4/+4
* Merge pull request #489 from kovyl2404/windows-ct-fixTristan Sloughter2015-06-271-13/+16
|\
| * Rewrite code around remove_links/1 to make it clearerViacheslav V. Kovalev2015-06-271-7/+5
| * Fix windows-related issuesViacheslav V. Kovalev2015-06-261-10/+15
* | add an (almost) unique reference to message sent from the ct provideralisdair sullivan2015-06-261-5/+7
|/
* ensure all `src_dirs` and `extra_src_dirs` are handled properlyalisdair sullivan2015-06-131-9/+11
* fix bareness issuesFred Hebert2015-05-311-1/+1
* don't add `{extra_src_dirs, ["test"]}` to `test` profilealisdair sullivan2015-05-201-2/+5
* Merge pull request #442 from tsloughter/tests_replace_pathsTristan Sloughter2015-05-201-2/+2
|\
| * purge loaded code when it conflicts with project apps in testsTristan Sloughter2015-05-181-2/+2
* | install plugins from the global config to ~/.cache/pluginsTristan Sloughter2015-05-171-1/+1
|/
* when compiling ct dirs base compiler input dir on project rootalisdair sullivan2015-05-121-1/+1
* Merge pull request #409 from talentdeficit/ct_fixTristan Sloughter2015-05-091-10/+32
|\
| * delete all symlinks when copying from project files to `_build` treealisdair sullivan2015-05-091-10/+32
* | fix tracking of all profiles dep pathsTristan Sloughter2015-04-221-1/+0
* | real bootstrappingTristan Sloughter2015-04-221-1/+1
* | track and cleanup code paths for different contextsTristan Sloughter2015-04-211-0/+6
* | ct: compile tests from test dir to outdir instead of compiling copiesTristan Sloughter2015-04-171-6/+6
|/
* Improve error handling in ct providerJames Fish2015-04-121-18/+23
* disallow suites in project rootalisdair sullivan2015-04-111-0/+6
* Merge pull request #320 from tsloughter/dep_pluginsFred Hebert2015-04-051-3/+13
|\
| * fixes from bad rebase against masterTristan Sloughter2015-04-041-2/+2
| * support provider hooks on ct and eunitTristan Sloughter2015-04-041-4/+14
* | Provide descriptions for all tasksFred Hebert2015-04-041-2/+2
|/
* modify `ct` provider to copy selected directories and compile themalisdair sullivan2015-04-031-263/+339
* 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