[Build, BTA] Add the build tools api tests module

The module is configured to run a bunch of test suites defined as API pairs. Currently those are `CURRENT API` – `CURRENT IMPL`, `CURRENT API` – `1.9.20 IMPL`, `1.9.20 API` – `CURRENT IMPL`
^KT-61860 In Progress
This commit is contained in:
Alexander.Likhachev
2023-11-09 21:25:03 +01:00
committed by Space Team
parent 0196928af7
commit 4afb393ff1
5 changed files with 226 additions and 1 deletions
+2 -1
View File
@@ -422,7 +422,8 @@ if (!buildProperties.inJpsBuildIdeaSync) {
}
include ":compiler:build-tools:kotlin-build-tools-api",
":compiler:build-tools:kotlin-build-tools-impl"
":compiler:build-tools:kotlin-build-tools-impl",
":compiler:build-tools:kotlin-build-tools-api-tests"
// Experimental modules, should be placed into plugins/compose-compiler-plugin folder
include ":plugins:compose-compiler-plugin:compiler",