Hi David, 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 Hope this helps Best -- Jose Luis Gordo Romero @jgordor <http://twitter.com/jgordor> - http://www.freemindsystems.com 2014/1/15 David Welton <[email protected]> > Hi, > > I'm looking into the idea of starting CB and my CB app inside of a > Common Test suite in order to run some tests of this, that, and the > other thing. > > Any ideas on how that might be made to work? > > ok = boss:start(), > > Is what I have, but it doesn't seem to start my application. > > 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_uVdfa%2BadTRwpkTTgg9f62RQU9M23OW%3DLXzO%3DR6qFeFyQ%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/CAOGZYioqdMxuUx7gfYWf3ijGvRJB%3DDv1gnbnhL3xQdX2F0Fy%3DA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
