aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/dump_clang_coverage/ya.make
blob: 26eb36048c266567fa5268f2329f162204448ac8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

NO_CLANG_COVERAGE()

NO_RUNTIME()

IF (OS_LINUX)
    SRCS(
        GLOBAL write_profile_data.cpp
    )
ENDIF()

END()