From 8c8974e1fd5db374ea208625ad2bd8706599ea94 Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Wed, 18 Nov 2020 08:33:46 +0300 Subject: [PATCH] Added information about test flag for caches --- kotlin-native/HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kotlin-native/HACKING.md b/kotlin-native/HACKING.md index 6361356eb97..491efd418e5 100644 --- a/kotlin-native/HACKING.md +++ b/kotlin-native/HACKING.md @@ -100,6 +100,8 @@ To update the blackbox compiler tests set TeamCity build number in `gradle.prope and then a final native binary is produced from this klibrary using the -Xinclude compiler flag. ./gradlew -Ptest_two_stage backend.native:tests:array0 + +* **-Ptest_with_cache_kind=static|dynamic** enables using caches during testing. ### Runtime unit tests