[Build] Add generating and running new compiler tests to gradle

This commit is contained in:
Dmitriy Novozhilov
2020-12-04 13:28:25 +03:00
parent 3bd3545a05
commit d7224ad63e
5 changed files with 10 additions and 2 deletions
@@ -64,3 +64,5 @@ projectTest(parallel = true) {
}
testsJar()
val generateTests by generator("org.jetbrains.kotlin.test.generators.GenerateNewCompilerTestsKt")