瀏覽代碼

common test provider must depend on test deps

pull/3/head
Tristan Sloughter 10 年之前
父節點
當前提交
c9f2652a16
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_prv_common_test.erl

+ 1
- 1
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

Loading…
取消
儲存