A rebar plugin like the eunit inside boss_rebar should work: https://github.com/basho/rebar/blob/develop/src/rebar_ct.erl
The eunit module shipped with cb hooks the start to compile and call boss_rebar:boss_start https://github.com/ChicagoBoss/ChicagoBoss/blob/master/priv/rebar/boss_rebar_eunit.erl#L128 I don't know if current rebar version can be hooked now and improve the integration. Best -- Jose Luis Gordo Romero @jgordor <http://twitter.com/jgordor> - http://www.freemindsystems.com 2014/1/15 David Welton <[email protected]> > > There are a similar solution to be able to run functional/eunit test in > > boss_rebar: > > > > > https://github.com/ChicagoBoss/ChicagoBoss/blob/master/priv/rebar/boss_rebar.erl#L322 > > Ok; but then what's the proper way to load that file? > > Thanks! > -- > David N. Welton > > http://www.welton.it/davidw/ > > http://www.dedasys.com/ > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CA%2Bb9R_ubR8VhpEOQsJY8s1WUb7LFZYbEkZNGH_DHtS94A5HSZw%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAOGZYirbAMzO%2B9eAm%2BiZOJ4rexmxBbfZB1704d8%3Dob%3Dn%2BPoXRg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
