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