Made test runner work with binary compatibility tests

(cherry picked from commit e0b599a632b94e4b1303fc94275dcd5b6a7dfb6b)
This commit is contained in:
Alexander Gorshenev
2021-01-14 05:23:05 +03:00
committed by Vasily Levchenko
parent 64445bb793
commit 58ea71cb0e
3 changed files with 102 additions and 31 deletions
@@ -220,6 +220,7 @@ def update_external_tests() {
include 'compiler/codegen/box/**'
include 'compiler/codegen/boxInline/**'
include 'compiler/compileKotlinAgainstKotlin/**'
include 'compiler/binaryCompatibility/klibEvolution/**'
exclude 'stdlib/**'
}
}