mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
add unit test for Meter::bbt_delta()
This commit is contained in:
parent
a6b07256aa
commit
26e63fca9b
2 changed files with 34 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class BBTTest : public CppUnit::TestFixture
|
|||
CPPUNIT_TEST(multiplyTest);
|
||||
CPPUNIT_TEST(convertTest);
|
||||
CPPUNIT_TEST(roundTest);
|
||||
CPPUNIT_TEST(deltaTest);
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
public:
|
||||
|
|
@ -19,4 +20,5 @@ public:
|
|||
void multiplyTest();
|
||||
void convertTest();
|
||||
void roundTest();
|
||||
void deltaTest();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue