aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/ut/ya.make
blob: c573099d2f7c7f4f7cd9c71b02e100d42a37104c (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()