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?
./rebar eunit skip_deps=true
(or recursive=false
with latest versions).
You also can also use
./rebar eunit apps=your_app1,your_app2
This will run eunit test only for the specified applications.
There is also an option to run tests only for specific application:
./rebar eunit app=app_name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With