ardour
mtdm_test.h
Go to the documentation of this file.
1 #include <sigc++/sigc++.h>
2 #include <cppunit/TestFixture.h>
3 #include <cppunit/extensions/HelperMacros.h>
4 
5 class MTDMTest : public CppUnit::TestFixture
6 {
10 
11 public:
12  void setUp () {}
13  void tearDown () {}
14 
15  void basicTest ();
16 };
17 
void setUp()
Definition: mtdm_test.h:12
CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST(basicTest)
CPPUNIT_TEST_SUITE(MTDMTest)
void tearDown()
Definition: mtdm_test.h:13
void basicTest()
Definition: mtdm_test.cc:11