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

OWNER(pg)

PEERDIR(
    library/cpp/testing/unittest
    library/cpp/terminate_handler
)

SRCS(
    main.cpp
)

END()