[erlang-questions] EUnit 2.0 alpha (compile issue)
Yanni Caouette
ycaouette@REDACTED
Sat Oct 7 11:23:41 CEST 2006
Thanks for the tip. That's exactly what I was missing.
Yanni
On 10/7/06, t ty <tty.erlang@REDACTED> wrote:
> The error occured because you do not have the path to the
> eunit_autoexport beam files.
>
> From the command line run:
>
> erl -pa <path/to/eunit/ebin>
>
> You can test it by doing a
>
> l(eunit_autoexport).
> {module,eunit_autoexport)
>
> From this point your compile would work.
>
> t
>
More information about the erlang-questions
mailing list