From 473c6427bebc12c14678641b82ee15cb20724356 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Thu, 13 Jan 2022 11:28:10 +0300 Subject: [PATCH] [Build] Add taks with tests for bootstrap configuration on TC --- build.gradle.kts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index af9c66c9949..37ae9d6c872 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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",