Split test app project out of root project.

This commit is contained in:
Adam Murdoch
2012-09-16 07:02:46 +10:00
parent 30cc864813
commit 40afbc5cc5
3 changed files with 49 additions and 36 deletions

View File

@@ -1 +1,5 @@
rootProject.name = 'native-platform'
include 'testApp'
project(':testApp').projectDir = new File(rootDir, 'test-app')