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

This reverts commit dc4f12f29c.
This commit is contained in:
Alexander Shabalin
2024-02-23 13:12:59 +01:00
committed by Space Team
parent e95af641bc
commit 3c097ee5e0
4 changed files with 65 additions and 16 deletions
+1
View File
@@ -56,6 +56,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.