Ardour  9.0-pre0-386-g96ef4d20f2
TempoMapCutBufferTest.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class TempoMapCutBufferTest : public CppUnit::TestFixture
5 {
12 
13 public:
14  void createTest();
15  void cutTest();
16  void copyTest();
17  void pasteTest();
18 };
CPPUNIT_TEST(createTest)
CPPUNIT_TEST_SUITE(TempoMapCutBufferTest)