summaryrefslogtreecommitdiff
path: root/libs/ardour/test/control_surfaces_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/test/control_surfaces_test.h')
-rw-r--r--libs/ardour/test/control_surfaces_test.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/ardour/test/control_surfaces_test.h b/libs/ardour/test/control_surfaces_test.h
new file mode 100644
index 0000000000..97662c6ea3
--- /dev/null
+++ b/libs/ardour/test/control_surfaces_test.h
@@ -0,0 +1,11 @@
+#include "test_needing_session.h"
+
+class ControlSurfacesTest : public TestNeedingSession
+{
+ CPPUNIT_TEST_SUITE (ControlSurfacesTest);
+ CPPUNIT_TEST (instantiateAndTeardownTest);
+ CPPUNIT_TEST_SUITE_END ();
+
+public:
+ void instantiateAndTeardownTest ();
+};