summaryrefslogtreecommitdiff
path: root/libs/evoral/test/CurveTest.hpp
blob: d634886bc931466802f1f9c49e7b0169f6ad0a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

class CurveTest : public CppUnit::TestFixture
{
	CPPUNIT_TEST_SUITE (CurveTest);
	CPPUNIT_TEST (interpolateTest1);
	CPPUNIT_TEST_SUITE_END ();

public:
	void interpolateTest1 ();
};