aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/argonish/ut_fat/ya.make
blob: c2a67352a094aa5010662cfb8528e2811c00bc2b (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()