mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Improve coverage of evoral tests
This commit is contained in:
parent
9dbc524060
commit
1438191938
2 changed files with 35 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ class SMFTest : public CppUnit::TestFixture
|
|||
CPPUNIT_TEST_SUITE(SMFTest);
|
||||
CPPUNIT_TEST(createNewFileTest);
|
||||
CPPUNIT_TEST(takeFiveTest);
|
||||
CPPUNIT_TEST(writeTest);
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
public:
|
||||
|
|
@ -73,6 +74,7 @@ public:
|
|||
|
||||
void createNewFileTest();
|
||||
void takeFiveTest();
|
||||
void writeTest();
|
||||
|
||||
private:
|
||||
DummyTypeMap* type_map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue