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


PEERDIR(
    library/cpp/testing/gmock_in_unittest
)

SRCS(
    example_ut.cpp
)

END()