[K/N][Tests] Migrate driver test llvm_variant_dev

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-02-07 13:48:09 +01:00
committed by Space Team
parent 3ad8fed5a3
commit d8a90f55a8
4 changed files with 65 additions and 16 deletions
+1
View File
@@ -54,6 +54,7 @@ val debuggerTest = nativeTest("debuggerTest", "debugger")
val cachesTest = nativeTest("cachesTest", "caches")
val klibTest = nativeTest("klibTest", "klib")
val standaloneTest = nativeTest("standaloneTest", "standalone")
val driverTest = nativeTest("driverTest", "driver")
val testTags = findProperty("kotlin.native.tests.tags")?.toString()
// Note: arbitrary JUnit tag expressions can be used in this property.