summaryrefslogtreecommitdiff
path: root/libs/evoral/test/CurveTest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/evoral/test/CurveTest.hpp')
-rw-r--r--libs/evoral/test/CurveTest.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/evoral/test/CurveTest.hpp b/libs/evoral/test/CurveTest.hpp
index 9867edc8c6..60c0cb788c 100644
--- a/libs/evoral/test/CurveTest.hpp
+++ b/libs/evoral/test/CurveTest.hpp
@@ -6,6 +6,8 @@
class CurveTest : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE (CurveTest);
+ CPPUNIT_TEST (trivial);
+ CPPUNIT_TEST (rtGet);
CPPUNIT_TEST (twoPointLinear);
CPPUNIT_TEST (threePointLinear);
CPPUNIT_TEST (threePointDiscete);
@@ -14,6 +16,8 @@ class CurveTest : public CppUnit::TestFixture
CPPUNIT_TEST_SUITE_END ();
public:
+ void trivial ();
+ void rtGet ();
void twoPointLinear ();
void threePointLinear ();
void threePointDiscete ();