Fix gradle test root

This commit is contained in:
Daniel Martí 2014-02-09 16:34:36 +01:00
parent aaae885161
commit 87c5ff56b8

View File

@ -29,7 +29,7 @@ android {
assets.srcDirs = ['assets']
}
instrumentTest.setRoot('tests')
instrumentTest.setRoot('test')
}
buildTypes {