Ardour  9.0-pre0-582-g084a23a80d
reallocpool_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 #include "glibmm/threads.h"
4 
5 class ReallocPoolTest : public CppUnit::TestFixture
6 {
10 
11 public:
13  void testBasic ();
14 
15 private:
16 };
CPPUNIT_TEST(testBasic)
CPPUNIT_TEST_SUITE(ReallocPoolTest)