aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/linear_regression/ut/ya.make
blob: 33f40fabad8b2220544a010d5e88e7618c917c91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
UNITTEST()


PEERDIR(
    ADDINCL library/cpp/linear_regression
)

SRCDIR(library/cpp/linear_regression)

SRCS(
    linear_regression_ut.cpp
)

END()