[K/N][Tests] Move filecheck and cinterop tests to /native/

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-02-14 13:07:40 +01:00
committed by Space Team
parent 05cbe66ee0
commit bf0150108d
144 changed files with 1683 additions and 5542 deletions
@@ -338,7 +338,6 @@ internal fun TestGroupSuite.generateFirLowLevelApiTests() {
"codegen/box",
excludeDirs = listOf(
"script", // script is excluded until KT-60127 is implemented
"cinterop", "fileCheck/cinterop", // CInterop tests contain .DEF .H .CPP .M files, which are invalid for Compiler Core new test system
)
)
}
@@ -348,7 +347,6 @@ internal fun TestGroupSuite.generateFirLowLevelApiTests() {
"codegen/box",
excludeDirs = listOf(
"script", // script is excluded until KT-60127 is implemented
"cinterop", "fileCheck/cinterop", // CInterop tests contain .DEF .H .CPP .M files, which are invalid for Compiler Core new test system
)
)
}