[erlang-questions] erlrt and eunit

t ty tty.erlang@REDACTED
Sun Oct 8 04:43:42 CEST 2006


I was having problems, quite similar to your, on v5.4.10. The latest
OTP version solved it. I'm not sure if its related but you could give
a newer version a go. Granted I'm not sure if erlrt is using v5.5.1.

t

On 10/7/06, Yanni Caouette <ycaouette@REDACTED> wrote:
> On 10/7/06, Olivier Sambourg <olivier.sambourg@REDACTED> wrote:
> > And if you try :
> > -module(mytest).
> > -export([]).
> > -include_lib("eunit/include/eunit.hrl").
>
> Thanks. It did not help either.
>
> 1> c(mytest).
> ./mytest.erl:10: Warning: function my1_test/0 is unused
> ./mytest.erl:10: Warning: function my2_test/0 is unused
> {ok,mytest}
>
> 2> mytest:test().
>
> =ERROR REPORT==== 7-Oct-2006::18:09:30 ===
> Error in process <0.30.0> with exit value:
> {undef,[{mytest,test,[]},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list