ardour
test_needing_session.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 namespace ARDOUR {
5  class Session;
6 }
7 
8 class TestNeedingSession : public CppUnit::TestFixture
9 {
10 public:
11  virtual void setUp ();
12  virtual void tearDown ();
13 
14 protected:
16 };
ARDOUR::Session * _session
Definition: amp.h:29