diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index c47ac932..b4399776 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