The return of threaded waveform rendering and related crashes.
[ardour.git] / libs / canvas / test / render.h
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3
4 class RenderTest : public CppUnit::TestFixture
5 {
6         CPPUNIT_TEST_SUITE (RenderTest);
7         CPPUNIT_TEST (basics);
8         CPPUNIT_TEST_SUITE_END ();
9
10 public:
11         void basics ();
12         void check (std::string const &);
13 };
14