[K/N][tests] Move tests into better places
^KT-61259
This commit is contained in:
committed by
Space Team
parent
e68bd1f04f
commit
d972fec13c
@@ -38,8 +38,6 @@ fun main() {
|
||||
)
|
||||
) {
|
||||
model("codegen", targetBackend = TargetBackend.NATIVE)
|
||||
model("datagen", targetBackend = TargetBackend.NATIVE)
|
||||
model("runtime", targetBackend = TargetBackend.NATIVE)
|
||||
}
|
||||
testClass<AbstractNativeCodegenBoxTest>(
|
||||
suiteTestClassName = "FirNativeCodegenLocalTestGenerated",
|
||||
@@ -49,8 +47,6 @@ fun main() {
|
||||
)
|
||||
) {
|
||||
model("codegen", targetBackend = TargetBackend.NATIVE)
|
||||
model("datagen", targetBackend = TargetBackend.NATIVE)
|
||||
model("runtime", targetBackend = TargetBackend.NATIVE)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user