Merge branch 'windows+cc' into cairocanvas
[ardour.git] / libs / ardour / test / resampled_source_test.h
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3
4 class ResampledSourceTest : public CppUnit::TestFixture
5 {
6         CPPUNIT_TEST_SUITE (ResampledSourceTest);
7         CPPUNIT_TEST (seekTest);
8         CPPUNIT_TEST_SUITE_END ();
9
10 public:
11         void seekTest ();
12 };