From 8c5f312d909c4335ea2c132c60d6c773eb707e7b Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 1 Sep 2014 16:33:32 -0500 Subject: only build invalid (not built) source deps and project apps --- test/rebar_install_deps_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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), -- cgit v1.1