summaryrefslogtreecommitdiff
path: root/test/rebar_install_deps_SUITE.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-01 16:33:32 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-01 18:17:59 -0500
commit8c5f312d909c4335ea2c132c60d6c773eb707e7b (patch)
tree003f19e1ae0de80760701cf2d40d91dbd04ac602 /test/rebar_install_deps_SUITE.erl
parentb8785e654189f8d41636337c1b8a5c7a6bde22ef (diff)
only build invalid (not built) source deps and project apps
Diffstat (limited to 'test/rebar_install_deps_SUITE.erl')
-rw-r--r--test/rebar_install_deps_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_install_deps_SUITE.erl b/test/rebar_install_deps_SUITE.erl
index 6b2b3bf..8bb5e4d 100644
--- a/test/rebar_install_deps_SUITE.erl
+++ b/test/rebar_install_deps_SUITE.erl
@@ -31,7 +31,7 @@ init_per_testcase(_, Config) ->
[{apps, AppsDir}, {state, State} | Config].
all() ->
- [built_basic_app].
+ [build_basic_app].
build_basic_app(Config) ->
AppDir = proplists:get_value(apps, Config),