Make unit tests work with Gradle

Had to split the test app from the tests, since that's how gradle forces
you to do it.
This commit is contained in:
Andrew Grieve
2015-01-20 13:58:58 -05:00
parent e788e8fa0f
commit 0e19f88a04
20 changed files with 131 additions and 39 deletions
+4
View File
@@ -0,0 +1,4 @@
include ":"
include ":CordovaLib"
project(':CordovaLib').projectDir = new File('../framework')