aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/linear_regression/ut/ya.make
blob: f41041067342194d1274d7269a40d15ed6ca8a20 (plain) (tree)
1
2
3
4
5
6
7
8
9



              
                                         
 
                                     




                            
UNITTEST()

OWNER(alex-sh)

PEERDIR(
    ADDINCL library/cpp/linear_regression
)

SRCDIR(library/cpp/linear_regression)

SRCS(
    linear_regression_ut.cpp
)

END()