瀏覽代碼

[mq]: eunit-fix

pull/3/head
OJ Reeves 15 年之前
父節點
當前提交
49aef70f9b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_eunit.erl

+ 1
- 1
src/rebar_eunit.erl 查看文件

@ -63,7 +63,7 @@ eunit(Config, _File) ->
%%
%% TODO: Not currently compatible with package modules
Modules = [list_to_atom(filename:basename(N, ".beam")) ||
N <- filelib:wildcard("*.beam", "ebin")],
N <- filelib:wildcard("*.beam", ?EUNIT_DIR)],
%% TODO: If there are other wildcards specified in eunit_sources, compile them

Loading…
取消
儲存