Include tests from kotlin-scripting-jvm-host in compiler tests

Previously these tests were not executed during CI test run
This commit is contained in:
Alexey Tsvetkov
2018-11-12 22:18:26 +03:00
parent 3bfe138dbe
commit f2ae857780
+1
View File
@@ -461,6 +461,7 @@ tasks {
create("scriptingTest") {
dependsOn("dist")
dependsOn(":kotlin-script-util:test")
dependsOn(":kotlin-scripting-jvm-host:test")
}
create("compilerTest") {