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

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

SRCS(
    main.cpp
)

END()