[K/N, Test] Move test code "org.jetbrains.kotlin.konan" -> "org.jetbrains.kotlin.konan.test.*"

This commit is contained in:
Vladimir Sukharev
2023-09-13 20:41:59 +02:00
committed by Space Team
parent f5c33ad380
commit 690d18e541
138 changed files with 684 additions and 690 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ To run blackbox compiler tests use:
* **--tests** allows one to choose test suite(s) or test case(s) to run.
./gradlew :native:native.tests:codegenBoxTest --tests "org.jetbrains.kotlin.konan.blackboxtest.NativeCodegenBoxTestGenerated\$Box\$*"
./gradlew :native:native.tests:codegenBoxTest --tests "org.jetbrains.kotlin.konan.test.blackbox.NativeCodegenBoxTestGenerated\$Box\$*"
* There are also Gradle project properties that can be used to control various aspects of blackbox tests. Example: