浏览代码

[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

正在加载...
取消
保存