aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ut/ya.make
blob: 318d3e5980ff13528ed2afb646458f9333641aa2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
UNITTEST_FOR(library/cpp/testing/unittest) 

OWNER(snowball)

SRCS(
    main.cpp
    registar_ut.cpp
)

END()