mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
few more basic ControList/Curve Tests
This commit is contained in:
parent
c6e71a683e
commit
9c992fa97c
2 changed files with 168 additions and 10 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue