mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Pack kotlin-test common tests into stdlib tests zip for native
This commit is contained in:
@@ -766,6 +766,7 @@ val zipStdlibTests by task<Zip> {
|
||||
archiveFileName.set("kotlin-stdlib-tests.zip")
|
||||
from("libraries/stdlib/common/test") { into("common") }
|
||||
from("libraries/stdlib/test") { into("test") }
|
||||
from("libraries/kotlin.test/common/src/test/kotlin") { into("kotlin-test") }
|
||||
doLast {
|
||||
logger.lifecycle("Stdlib tests are packed to ${archiveFile.get()}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user