Ardour  8.7-15-gadf511264b
render.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class RenderTest : public CppUnit::TestFixture
5 {
9 
10 public:
11  void basics ();
12  void check (std::string const &);
13 };
14 
CPPUNIT_TEST_SUITE_END()
void check(std::string const &)
CPPUNIT_TEST_SUITE(RenderTest)
CPPUNIT_TEST(basics)
void basics()