3 #include <cppunit/TestFixture.h> 
    4 #include <cppunit/extensions/HelperMacros.h> 
CPPUNIT_TEST(threePointDiscete)
 
CPPUNIT_TEST(twoPointLinear)
 
CPPUNIT_TEST(constrainedCubic)
 
std::shared_ptr< Evoral::ControlList > TestCtrlList()
 
CPPUNIT_TEST(ctrlListEval)
 
CPPUNIT_TEST(threePointLinear)
 
CPPUNIT_TEST_SUITE(CurveTest)