summaryrefslogtreecommitdiff
path: root/libs/ardour/test/control_surfaces_test.h
blob: 97662c6ea3c2c3c83d6d36f07bfcbe674a9c551b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "test_needing_session.h"

class ControlSurfacesTest : public TestNeedingSession
{
	CPPUNIT_TEST_SUITE (ControlSurfacesTest);
	CPPUNIT_TEST (instantiateAndTeardownTest);
	CPPUNIT_TEST_SUITE_END ();

public:
	void instantiateAndTeardownTest ();
};