[mq]: eunit-fix

This commit is contained in:
OJ Reeves 2010-01-09 22:19:55 +10:00
parent ec4e805898
commit 49aef70f9b

View file

@ -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