Enable android testing

This commit is contained in:
Bradlee Speice
2014-05-24 02:12:57 -04:00
parent 221f01653f
commit 2af187e429
2 changed files with 1 additions and 21 deletions

View File

@ -57,7 +57,7 @@ android {
}
// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('src/test')
androidTest.setRoot('src/test')
// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...