Is there a way to tell rebar not to run eunit tests for the dependencies?

Viewed 4632

When running:

./rebar eunit

the tests are run also for the external dependencies. Is there a way to change this behaviour? Maybe through the rebar.config file?

3 Answers
Related