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