Give the Windows MMTimer test a better chance of passing
[ardour.git] / libs / canvas / test / item.h
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3
4 class ItemTest : public CppUnit::TestFixture
5 {
6         CPPUNIT_TEST_SUITE (ItemTest);
7         CPPUNIT_TEST (item_to_canvas);
8         CPPUNIT_TEST_SUITE_END ();
9
10 public:
11         void item_to_canvas ();
12 };