summaryrefslogtreecommitdiff
path: root/inttest/tdeps2
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-307-75/+0
|
* Keep compile recursive and update the tests to not pass -r to compileJared Morrow2014-03-111-1/+1
|
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-111-1/+2
| | | | | | | | | | | | | | | | | | Always-on recursive application of all rebar commands causes too many issues. Recursive application is required for: 1. dealing with dependencies: get-deps, update-deps, and compile of deps right after get-deps or update-deps 2. projects with a riak-like apps/ project structure and dev process The vast majority of projects are not structured like riak. Therefore, moving forward it's best to (by default) restrict recursive behavior to dealing with deps. This commit does that and also adds command line and rebar.config options for controlling or configuring recursion. Also, we introduce two meta commands: prepare-deps (equivalent to rebar -r get-deps compile) and refresh-deps (equivalent to rebar -r update-deps compile). riak-like projects can extend the list of recursive commands (to include 'eunit' and 'compile') by adding {recursive_cmds, [eunit, compile]} to rebar.config.
* Additional travisci fixesDave Smith2013-04-231-4/+15
|
* Remove hg from integration tests; git is defacto standard at this pointDave Smith2013-03-023-5/+5
|
* inttest: remove superfluous blank linesTuncer Ayaz2012-08-181-3/+0
|
* inttest: fix whitespace errorsTuncer Ayaz2012-08-185-6/+0
|
* Fix bug in tdeps2_rt test; app files were not getting module listDave Smith2010-06-211-6/+6
|
* Adding another transitive dep testDave Smith2010-06-097-0/+72
--HG-- extra : rebase_source : 1998dc102f89c3c809d5146c800218b5c5b6cba9