mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
rename all Evoral source from .(hpp|cpp)$ to .(h|cc)
This commit is contained in:
parent
63b909211d
commit
a855119bdd
128 changed files with 186 additions and 186 deletions
16
libs/evoral/test/NoteTest.h
Normal file
16
libs/evoral/test/NoteTest.h
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