[Build] Add taks with tests for bootstrap configuration on TC

This commit is contained in:
Dmitriy Novozhilov
2022-01-13 11:28:10 +03:00
parent 345fdc214b
commit 473c6427be
+5
View File
@@ -678,6 +678,11 @@ tasks {
dependsOn(":plugins:jvm-abi-gen:test")
}
register("testsForBootstrapBuildTest") {
dependsOn("dist")
dependsOn(":compiler:tests-common-new:test")
}
register("jvmCompilerIntegrationTest") {
dependsOn(
":kotlin-compiler-embeddable:test",