TestRunner support in test's build.gradle

* Fixes to tests
 * RunKonanTest runs tests build with TestRunner
 * Standalone tests
This commit is contained in:
Pavel Punegov
2017-10-16 11:45:50 +03:00
parent 9d077d7f4f
commit 35505007d2
29 changed files with 149 additions and 72 deletions
@@ -12,6 +12,6 @@ open class Outer(val outer: String) {
fun box() = Outer("Fail").value()
fun main(args : Array<String>) {
@Test fun runTest() {
println(box())
}