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

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/testing/gtest
)

END()