summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-04 11:01:14 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-04 11:01:14 -0600
commitc9f2652a16e00ce755c328922abf9e65d6f11b3b (patch)
treed6ce9d5cd1abdf37991cd1a14b74a7993037577d /src/rebar_prv_common_test.erl
parent083d54211eddd76980a285bd63c01e685c330c82 (diff)
common test provider must depend on test deps
Diffstat (limited to 'src/rebar_prv_common_test.erl')
-rw-r--r--src/rebar_prv_common_test.erl2
1 files changed, 1 insertions, 1 deletions
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