[KLIB] Keep "API for KLIB ABI" test data under "compiler/testData/klib/" dir
The test data is used both in ":kotlin-util-klib-abi" and ":native:native.tests" modules. It's better to keep it together with the test data for other KLIB tests which are also used in more than one module, i.e. in "compiler/testData/klib/" dir.
This commit is contained in:
committed by
Space Team
parent
cb92990ed6
commit
d691ab61d7
+4
-4
@@ -278,14 +278,14 @@ fun main() {
|
||||
}
|
||||
|
||||
generateTestGroupSuiteWithJUnit5 {
|
||||
testGroup("native/native.tests/tests-gen", "compiler/util-klib-abi/testData") {
|
||||
testGroup("native/native.tests/tests-gen", "compiler/testData/klib/dump-abi") {
|
||||
testClass<AbstractNativeLibraryAbiReaderTest>(
|
||||
suiteTestClassName = "NativeLibraryAbiReaderTest"
|
||||
) {
|
||||
model("content", targetBackend = TargetBackend.NATIVE)
|
||||
}
|
||||
}
|
||||
testGroup("native/native.tests/tests-gen", "compiler/util-klib-abi/testData") {
|
||||
testGroup("native/native.tests/tests-gen", "compiler/testData/klib/dump-abi") {
|
||||
testClass<AbstractNativeLibraryAbiReaderTest>(
|
||||
suiteTestClassName = "FirNativeLibraryAbiReaderTest",
|
||||
annotations = listOf(
|
||||
@@ -296,14 +296,14 @@ fun main() {
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("native/native.tests/tests-gen", "compiler/util-klib-abi/testData") {
|
||||
testGroup("native/native.tests/tests-gen", "compiler/testData/klib/dump-abi") {
|
||||
testClass<AbstractNativeCInteropLibraryAbiReaderTest>(
|
||||
suiteTestClassName = "NativeCInteropLibraryAbiReaderTest"
|
||||
) {
|
||||
model("cinterop")
|
||||
}
|
||||
}
|
||||
testGroup("native/native.tests/tests-gen", "compiler/util-klib-abi/testData") {
|
||||
testGroup("native/native.tests/tests-gen", "compiler/testData/klib/dump-abi") {
|
||||
testClass<AbstractNativeCInteropLibraryAbiReaderTest>(
|
||||
suiteTestClassName = "FirNativeCInteropLibraryAbiReaderTest",
|
||||
annotations = listOf(
|
||||
|
||||
Reference in New Issue
Block a user