Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/zharkov-lambda-in-the-air-backup-9
/
.
/
native
/
swift
/
build.gradle.kts
blob: d8390a15b95b73f0c0f809f3d177aa55837f84da [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
}
tasks
.
register
(
"sirAllTests"
)
{
dependsOn
(
":native:swift:swift-export-standalone:test"
,
":native:swift:swift-export-ide:test"
,
":native:swift:sir-compiler-bridge:test"
,
":native:swift:sir-printer:test"
,
)
}