aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/linear_regression/ut/ya.make
blob: e727f0cc39d7c24b1176fb1108f4183539454192 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UNITTEST() 
 
OWNER(alex-sh)
 
PEERDIR( 
    ADDINCL library/cpp/linear_regression
) 
 
SRCDIR(library/cpp/linear_regression)
 
SRCS( 
    linear_regression_ut.cpp 
) 
 
END()