Files
kotlin-fork/native/swift/build.gradle.kts
T
Sergey Bogolepov 35579692d9 [Swift export] Move swift-export-standalone tests
Move them under `nativeCompilerTest` for the sake of unification, and
running under proper CI configuration.
2024-03-04 08:57:32 +00:00

11 lines
177 B
Kotlin

plugins {
kotlin("jvm")
}
tasks.register("sirAllTests") {
dependsOn(
":native:swift:sir-compiler-bridge:test",
":native:swift:sir-printer:test"
)
}