summaryrefslogtreecommitdiff
path: root/test/rebar_test_utils.erl
Commit message (Expand)AuthorAgeFilesLines
* refactor `rebar_erlc_compiler`alisdair sullivan2015-10-261-2/+5
* shiny and new test suite for eunit provideralisdair sullivan2015-09-291-1/+1
* Basic package aliasing testsFred Hebert2015-08-261-1/+24
* speed up tests a bit by setting global_rebar_dirpvmart2015-08-201-0/+2
* Add tests for mixed deps installsFred Hebert2015-08-161-19/+60
* do not install profile deps of depsTristan Sloughter2015-07-181-0/+8
* only look for top level apps and those directly under apps/ or lib/Tristan Sloughter2015-07-161-4/+4
* Failing case for unstable upgrade lock filesFred Hebert2015-07-081-3/+3
* wip: deps install refactorFred Hebert2015-07-021-4/+8
* Use same random seeding function for random_name and random_vsnViacheslav V. Kovalev2015-06-281-3/+8
* Fixed review commentsDaniel Widgren2015-06-261-19/+1
* Some fixes after reviewViacheslav V. Kovalev2015-06-261-1/+2
* Fixed so that release tests now pass. Got all green tests.Daniel Widgren2015-06-261-1/+19
* Fix multi_app_default_dirs test on windows.Viacheslav Kovalev2015-06-261-2/+2
* Adding erl_first_files testFred Hebert2015-06-261-1/+1
* check format of config file and print the bad section in the errorTristan Sloughter2015-06-181-1/+1
* add test for plugin with transitive depsTristan Sloughter2015-05-271-3/+4
* update stable_lock test from Fred's branchTristan Sloughter2015-05-211-12/+12
* install plugins from the global config to ~/.cache/pluginsTristan Sloughter2015-05-171-1/+16
* don't load package registry unless there are pkg deps to solveTristan Sloughter2015-04-281-2/+2
* track and cleanup code paths for different contextsTristan Sloughter2015-04-211-1/+2
* test building of deps pluginsTristan Sloughter2015-04-041-0/+15
* add a more direct way to generate an `eunitized` test app toalisdair sullivan2015-03-241-5/+25
* Merge pull request #286 from tsloughter/checkoutsFred Hebert2015-03-231-1/+2
|\
| * treat _checkouts as deps that are always compiledTristan Sloughter2015-03-211-1/+2
* | Test cases to exercise the dev_mode release optionKelly McLaughlin2015-03-231-1/+10
|/
* Implement deps conflicts as errorsFred Hebert2015-03-151-9/+13
* update erlydtl compiler to output to _build, add simple testTristan Sloughter2015-03-071-0/+3
* copy project apps to deps output dir for compilationTristan Sloughter2015-02-281-9/+10
* make base_dir for a run include the profiles in path, link to shared depsTristan Sloughter2015-02-281-3/+3
* Add tests and fixes for packages upgradesFred Hebert2015-02-231-0/+3
* Reuse test code and drop duplicated stuffFred Hebert2015-02-231-1/+10
* basic profile deps testsTristan Sloughter2015-02-221-0/+32
* fix test, remove use of filelib:wildcard for R15 supportTristan Sloughter2015-02-221-2/+2
* release and tar testsTristan Sloughter2015-02-221-0/+24
* Support multiple app upgrade & lock testsFred Hebert2015-02-111-0/+14
* Partial work + Failing testsFred Hebert2015-02-111-8/+0
* WIPFred Hebert2015-02-111-1/+11
* add hook SUITE testsTristan Sloughter2015-01-311-0/+20
* test for eunit provideralisdair sullivan2015-01-061-4/+27
* Adding tests for checkouts being found & compiledFred Hebert2014-12-291-1/+9
* Add release-structured compiling testsFred Hebert2014-12-241-3/+9
* rewrite profilesTristan Sloughter2014-12-161-2/+1
* Adding pkg deps tests and refactoringsFred Hebert2014-12-161-1/+2
* Partial fix to circular deps (#40)Fred Hebert2014-12-061-21/+31
* Initial tests for dependency resolvingFred Hebert2014-12-041-0/+138