unit-tests: Simple support for test classes

This commit is contained in:
Ilya Matveev
2017-09-11 13:51:04 +03:00
committed by ilmat192
parent 1abb430f15
commit 45992a2b75
12 changed files with 395 additions and 224 deletions
+1 -1
View File
@@ -1952,7 +1952,7 @@ task deserialized_members(type: LinkKonanTest) {
task testing_smoke(type: RunKonanTest) {
source = "testing/smoke.kt"
flags = [] // TODO: Add flag to generate test-runner
flags = ['-tr'] // TODO: Add flag to generate test-runner
}
// Just check that the driver is able to produce runnable binaries.