aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gmock_in_unittest/example_ut/ya.make
blob: 38d3aae81176cea23362900114715e7d5345fb61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST()

PEERDIR(
    library/cpp/testing/gmock_in_unittest
)

SRCS(
    example_ut.cpp
)

END()