mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
[mq]: eunit-fix
This commit is contained in:
parent
ec4e805898
commit
49aef70f9b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue