1 2 3 4 5 6 7 8 9 10 11
UNITTEST_FOR(library/cpp/dot_product) SRCS( dot_product_ut.cpp ) PEERDIR( library/cpp/testing/unittest ) END()