From 7d09c5627b496ed5861de15fdcb23dbc42410082 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 May 2012 19:34:02 +0000 Subject: Add test for strange boost-related crash. git-svn-id: svn://localhost/ardour2/branches/3.0@12261 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/test/control_surfaces_test.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/ardour/test/control_surfaces_test.h (limited to 'libs/ardour/test/control_surfaces_test.h') 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 (); +}; -- cgit v1.2.3