13
0
livetrax/libs/pbd/test/reallocpool_test.h

17 lines
318 B
C
Raw Normal View History

2016-01-27 20:40:59 -05:00
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include "glibmm/threads.h"
class ReallocPoolTest : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE (ReallocPoolTest);
CPPUNIT_TEST (testBasic);
CPPUNIT_TEST_SUITE_END ();
public:
ReallocPoolTest ();
void testBasic ();
private:
};