mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
Update evoral test suite
This commit is contained in:
parent
9a848d5ba6
commit
5ab2e34b2c
3 changed files with 65 additions and 0 deletions
16
libs/evoral/test/NoteTest.hpp
Normal file
16
libs/evoral/test/NoteTest.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#include <cppunit/TestFixture.h>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
class NoteTest : public CppUnit::TestFixture
|
||||
{
|
||||
CPPUNIT_TEST_SUITE (NoteTest);
|
||||
CPPUNIT_TEST (copyTest);
|
||||
CPPUNIT_TEST (idTest);
|
||||
CPPUNIT_TEST_SUITE_END ();
|
||||
|
||||
public:
|
||||
void copyTest ();
|
||||
void idTest ();
|
||||
};
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue