aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/argonish/ut_fat/ya.make
blob: 94ebda92255020ef0a50ce8f4aa411911cb90bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
UNITTEST_FOR(library/cpp/digest/argonish)

OWNER(e-sidorov)

PEERDIR(
    library/cpp/digest/argonish
)

SRCS(
    ut.cpp
)

TAG(
    sb:intel_e5_2660v4
    ya:fat
    ya:force_sandbox
)

SIZE(LARGE)

END()