This website requires JavaScript.
Explore
Help
Sign In
public
/
cordova-android
Watch
9
Star
0
Fork
0
You've already forked cordova-android
forked from
github/cordova-android
Code
Pull Requests
Activity
cordova-android
/
test
/
settings.gradle
4 lines
98 B
Groovy
Raw
Normal View
History
Unescape
Escape
CB-12465: Writing new JUnit Test Instrumentation to replace tests and retire problmatic tests This closes #363
2017-02-14 16:45:57 -08:00
include
':app'
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.
2015-01-20 13:58:58 -05:00
include
":CordovaLib"
project
(
':CordovaLib'
)
.
projectDir
=
new
File
(
'../framework'
)
Copy Permalink