diff options
author | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-12-02 19:15:43 +0300 |
---|---|---|
committer | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-12-02 19:31:00 +0300 |
commit | e4293e758af131e7ef7ca74bfa1ef6f9b74b58cb (patch) | |
tree | 14483aaaf2e865976326b16d0a21a3bd4d81bf6b /library/cpp/testing/dump_clang_coverage/ya.make | |
parent | 24211947581091f2f54c8e50e3427e6621dfec3d (diff) | |
download | ydb-e4293e758af131e7ef7ca74bfa1ef6f9b74b58cb.tar.gz |
Add missing configs + add mold and coverage to piglet YDB config
commit_hash:c0112c0409a0972eb859b32a014980020df7ce0a
Diffstat (limited to 'library/cpp/testing/dump_clang_coverage/ya.make')
-rw-r--r-- | library/cpp/testing/dump_clang_coverage/ya.make | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/testing/dump_clang_coverage/ya.make b/library/cpp/testing/dump_clang_coverage/ya.make new file mode 100644 index 0000000000..26eb36048c --- /dev/null +++ b/library/cpp/testing/dump_clang_coverage/ya.make @@ -0,0 +1,13 @@ +LIBRARY() + +NO_CLANG_COVERAGE() + +NO_RUNTIME() + +IF (OS_LINUX) + SRCS( + GLOBAL write_profile_data.cpp + ) +ENDIF() + +END() |