summaryrefslogtreecommitdiff
path: root/test/rebar_install_deps_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Implement deps conflicts as errorsFred Hebert2015-03-151-4/+39
| | | | | | | | The option {deps_error_on_conflict, true} will make it so conflicts in deps being fetched interrupts the operation rather than just display a warning. Defaults to `false'.
* Reuse test code and drop duplicated stuffFred Hebert2015-02-231-52/+4
|
* Initial `deps` commandFred Hebert2015-02-161-0/+221
|
* change name of suiteTristan Sloughter2014-09-011-113/+0
|
* only build invalid (not built) source deps and project appsTristan Sloughter2014-09-011-1/+1
|
* add first testTristan Sloughter2014-09-011-0/+113