js.tests: change paths to kotlin-stdlib-js.klib
Change the expected klib name of stdlib KT-56106
This commit is contained in:
committed by
Space Team
parent
34720f27d4
commit
69a87efdd9
@@ -626,6 +626,13 @@ tasks {
|
||||
manifest.attributes(mapOf("Implementation-Title" to "kotlin-stdlib-js"))
|
||||
}
|
||||
|
||||
val jsJarForTests by registering(Copy::class) {
|
||||
from(jsJar)
|
||||
rename { _ -> "full-runtime.klib" }
|
||||
// some tests expect stdlib-js klib in this location
|
||||
into(rootProject.buildDir.resolve("js-ir-runtime"))
|
||||
}
|
||||
|
||||
val jsV1Jar by existing(Jar::class) {
|
||||
val jsResultingJarFile = jsResultingJar.get().archiveFile
|
||||
inputs.file(jsResultingJarFile)
|
||||
|
||||
Reference in New Issue
Block a user