[TEST] Add core of new tests infrastructure

It contains different abstractions which represents parts of compiler
  pipeline and artifacts produced by them, service structure, handlers
  for analysis of artifacts
This commit is contained in:
Dmitriy Novozhilov
2020-12-02 16:30:53 +03:00
parent 35437e6da9
commit dd402b16d9
32 changed files with 1617 additions and 1 deletions
+2 -1
View File
@@ -326,7 +326,8 @@ include ":compiler:fir:cones",
":compiler:fir:entrypoint",
":compiler:fir:analysis-tests"
include ":compiler:test-infrastructure-utils"
include ":compiler:test-infrastructure",
":compiler:test-infrastructure-utils"
include ":idea:idea-frontend-fir:idea-fir-low-level-api"
include ":idea:idea-fir-performance-tests"