ardour
resampled_source_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class ResampledSourceTest : public CppUnit::TestFixture
5 {
9 
10 public:
11  void seekTest ();
12 };
CPPUNIT_TEST(seekTest)
CPPUNIT_TEST_SUITE(ResampledSourceTest)