[erlang-questions] erl_call + eunit: how to redirect eunit output to erl_call?

Tristan Sloughter t@REDACTED
Tue Nov 3 16:41:07 CET 2015


Or http://blog.erlware.org/rebar3-auto-comile-and-load-plugin/

Eventually I plan to have `auto` support running eunit tests of only
modules that have changed (or a module that the eunit test depends on
changes), so you can simply run `rebar3 auto eunit` and when you save
changes it'll automatically only run the necessary tests to verify
your changes.

--
Tristan Sloughter
t@REDACTED
 
 
 
On Tue, Nov 3, 2015, at 05:50 AM, Jesper Louis Andersen wrote:
>  
> On Mon, Nov 2, 2015 at 10:40 PM, Marco Molteni <marco.molteni@REDACTED> wrote:
>> Or maybe another path to consider is not using erl_call at all and just using the VM, with a stripped-down environment like the SEE explained in Joe's second edition Programming Erlang...
> I'd look at some tool in the vein of Rusty's sync: https://github.com/rustyio/sync and add a hook to it. That way, you just run a server continually and load code into it on the fly as you are building it. You don't even have to prod it with something like erl_call if this is what you do.
>  
>  
> -- 
> J.
> _________________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151103/b046faae/attachment.htm>


More information about the erlang-questions mailing list