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

OWNER(galaxycrab)

PEERDIR(
    library/cpp/testing/gmock_in_unittest
)

SRCS(
    example_ut.cpp
)

END()