Add gradle task to print spec tests statistic by spec sections
This commit is contained in:
@@ -17,3 +17,8 @@ projectTest {
|
||||
}
|
||||
|
||||
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateCompilerSpecTestsKt")
|
||||
|
||||
val printSpecTestsStatistic by smartJavaExec {
|
||||
classpath = javaPluginConvention().sourceSets.getByName("test").runtimeClasspath
|
||||
main = "org.jetbrains.kotlin.spec.tasks.PrintSpecTestsStatisticKt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user