Browse Source

common test provider must depend on test deps

pull/3/head
Tristan Sloughter 10 years ago
parent
commit
c9f2652a16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_common_test.erl

+ 1
- 1
src/rebar_prv_common_test.erl View File

@ -12,7 +12,7 @@
-include("rebar.hrl"). -include("rebar.hrl").
-define(PROVIDER, ct). -define(PROVIDER, ct).
-define(DEPS, [compile]).
-define(DEPS, [test_deps, compile]).
%% =================================================================== %% ===================================================================
%% Public API %% Public API

Loading…
Cancel
Save