[K/N][tests] Move some more native tests to new testing infra
^KT-61259
This commit is contained in:
committed by
Space Team
parent
4080776fe3
commit
0a0da76a56
@@ -38,6 +38,8 @@ fun main() {
|
||||
)
|
||||
) {
|
||||
model("codegen", targetBackend = TargetBackend.NATIVE)
|
||||
model("datagen", targetBackend = TargetBackend.NATIVE)
|
||||
model("runtime", targetBackend = TargetBackend.NATIVE)
|
||||
}
|
||||
testClass<AbstractNativeCodegenBoxTest>(
|
||||
suiteTestClassName = "FirNativeCodegenLocalTestGenerated",
|
||||
@@ -47,6 +49,8 @@ fun main() {
|
||||
)
|
||||
) {
|
||||
model("codegen", targetBackend = TargetBackend.NATIVE)
|
||||
model("datagen", targetBackend = TargetBackend.NATIVE)
|
||||
model("runtime", targetBackend = TargetBackend.NATIVE)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user