Hi Bryan,

I think you'll have to start them in your eunit fixtures, e.g.

{setup,
 fun() -> application:start(crypto), application:start(bcrypt), ok end,
 [ %% tests ]}

(not sure the syntax is correct there, sorry)


On Wed, Jun 12, 2013 at 8:06 PM, Bryan Hughes <[email protected]> wrote:

>  Sorry if this has been asked before, spent some time Googling around and
> didnt find anything.
>
> How do I pass in "-s cryto -s bcrypt" when running eunit tests with rebar?
>
> Thanks!
> Bryan
>
> --
> Bryan Hughes
> *Go Factory*
> http://www.go-factory.net
>
> *"Internet Class, Enterprise Grade"*
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>


-- 
Sean Cribbs <[email protected]>
Software Engineer
Basho Technologies, Inc.
http://basho.com/
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to