diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-04 11:01:14 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-04 11:01:14 -0600 |
commit | c9f2652a16e00ce755c328922abf9e65d6f11b3b (patch) | |
tree | d6ce9d5cd1abdf37991cd1a14b74a7993037577d | |
parent | 083d54211eddd76980a285bd63c01e685c330c82 (diff) |
common test provider must depend on test deps
-rw-r--r-- | src/rebar_prv_common_test.erl | 2 |
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 |