mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
initial commit of hand merging, plus getting "ancient" waf script to work correctly
This commit is contained in:
parent
1d8bac08c0
commit
aaea166135
244 changed files with 131902 additions and 7357 deletions
17
libs/canvas/test/xml.h
Normal file
17
libs/canvas/test/xml.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#include <cppunit/TestFixture.h>
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
class XMLTest : public CppUnit::TestFixture
|
||||
{
|
||||
CPPUNIT_TEST_SUITE (XMLTest);
|
||||
CPPUNIT_TEST (get);
|
||||
CPPUNIT_TEST (set);
|
||||
CPPUNIT_TEST_SUITE_END ();
|
||||
|
||||
public:
|
||||
void get ();
|
||||
void set ();
|
||||
|
||||
private:
|
||||
void check (std::string const &);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue