Ardour  9.2-129-gdf5e1050bd
reallocpool_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class ReallocPoolTest : public CppUnit::TestFixture
5 {
9 
10 public:
12  void testBasic ();
13 
14 private:
15 };
CPPUNIT_TEST(testBasic)
CPPUNIT_TEST_SUITE(ReallocPoolTest)