Ardour  8.7-15-gadf511264b
canvas/test/item.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class ItemTest : public CppUnit::TestFixture
5 {
9 
10 public:
11  void item_to_canvas ();
12 };
CPPUNIT_TEST(item_to_canvas)
CPPUNIT_TEST_SUITE(ItemTest)
CPPUNIT_TEST_SUITE_END()
void item_to_canvas()