few more basic ControList/Curve Tests

This commit is contained in:
Robin Gareus 2015-01-20 00:46:58 +01:00
parent c6e71a683e
commit 9c992fa97c
2 changed files with 168 additions and 10 deletions

View file

@ -7,10 +7,16 @@ class CurveTest : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE (CurveTest);
CPPUNIT_TEST (twoPointLinear);
CPPUNIT_TEST (threePointLinear);
CPPUNIT_TEST (threePointDiscete);
CPPUNIT_TEST (ctrlListEval);
CPPUNIT_TEST_SUITE_END ();
public:
void twoPointLinear ();
void threePointLinear ();
void threePointDiscete ();
void ctrlListEval ();
private:
boost::shared_ptr<Evoral::ControlList> TestCtrlList() {