aboutsummaryrefslogtreecommitdiffstats
path: root/util/random/ut/ya.make
blob: 5080b339de9a81a323fc5542fee8a9bd924a4948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
UNITTEST_FOR(util)

OWNER(g:util)
SUBSCRIBER(g:util-subscribers)

SRCS(
    random/common_ops_ut.cpp
    random/easy_ut.cpp
    random/entropy_ut.cpp
    random/fast_ut.cpp
    random/normal_ut.cpp
    random/mersenne_ut.cpp
    random/random_ut.cpp
    random/shuffle_ut.cpp
)

INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)

END()