[Native][tests] Track and report memory usage while tests are running

This commit is contained in:
Dmitriy Dolovov
2022-05-24 09:56:33 +03:00
committed by Space
parent 009e7f5c3a
commit 70aaa212a5
4 changed files with 109 additions and 9 deletions
+3
View File
@@ -132,6 +132,9 @@ fun nativeTest(taskName: String, vararg tags: String) = projectTest(
TestProperty.CACHE_MODE.setUpFromGradleProperty(this)
TestProperty.EXECUTION_TIMEOUT.setUpFromGradleProperty(this)
// Pass the current Gradle task name so test can use it in logging.
environment("GRADLE_TASK_NAME", path)
useJUnitPlatform {
includeTags(*tags)
}