From c9f2652a16e00ce755c328922abf9e65d6f11b3b Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 4 Nov 2014 11:01:14 -0600 Subject: common test provider must depend on test deps --- src/rebar_prv_common_test.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index c47ac93..b439977 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -12,7 +12,7 @@ -include("rebar.hrl"). -define(PROVIDER, ct). --define(DEPS, [compile]). +-define(DEPS, [test_deps, compile]). %% =================================================================== %% Public API -- cgit v1.1