aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/test
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-07-07 13:06:59 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-07-07 13:06:59 +0300
commita8b402a7132f65d8a377ff44c09ebd54683ef389 (patch)
tree1de0b152f977352d0f2a370a6135e3b126cf6554 /library/cpp/svnversion/test
parent69398ecae6c664f0d4a9487fe8885afa23637569 (diff)
downloadydb-a8b402a7132f65d8a377ff44c09ebd54683ef389.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/svnversion/test')
-rw-r--r--library/cpp/svnversion/test/ya.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/cpp/svnversion/test/ya.make b/library/cpp/svnversion/test/ya.make
index e503745261..279697bec1 100644
--- a/library/cpp/svnversion/test/ya.make
+++ b/library/cpp/svnversion/test/ya.make
@@ -1,4 +1,8 @@
PROGRAM()
PEERDIR(library/cpp/svnversion)
SRCS(main.cpp)
+
+# Speed up building times - target is used in integration tests
+ALLOCATOR(B)
+
END()