I have several library modules and open app module.
I have unit tests in the app module and also in library modules.
App module hase several flavors.

When I run this:
./gradlew --no-daemon --full-stacktrace assembleRelease testRelease 
lintRelease

It will build apk inside of app module, also run lint on all module and on 
all flavor of app module.
*But it doesn't works for unit test. Test inside of app module are skipped.*

Only way how to run tests from app module use use testFlavornameRelease.
It is known bug?

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to