[Native][tests] Gradle property: GCType

This commit is contained in:
Dmitriy Dolovov
2021-12-21 17:04:11 +03:00
parent 2b43dce1a5
commit a338cc31cb
5 changed files with 48 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ enum class TestProperty(shortName: String) {
OPTIMIZATION_MODE("optimizationMode"),
MEMORY_MODEL("memoryModel"),
USE_THREAD_STATE_CHECKER("useThreadStateChecker"),
GC_TYPE("gcType"),
USE_CACHE("useCache"),
EXECUTION_TIMEOUT("executionTimeout");