ardour
audio_engine_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class AudioEngineTest : public CppUnit::TestFixture
5 {
10 
11 public:
12  void test_backends ();
13  void test_start ();
14 };
CPPUNIT_TEST_SUITE(AudioEngineTest)
CPPUNIT_TEST(test_backends)