Include kotlin-test common tests in native stdlib test run

(cherry picked from commit 39c780509d3ee21ffb2b6956f9494d7aac23116e)
This commit is contained in:
Ilya Gorbunov
2020-03-26 00:13:33 +03:00
committed by Vasily Levchenko
parent df0a34b04a
commit 656ac4b921
+1
View File
@@ -208,6 +208,7 @@ def update_external_tests() {
include 'common/**'
include 'test/**'
exclude 'test/js/**'
include 'kotlin-test/**'
}
}
}