13
0

Add missing test file.

git-svn-id: svn://localhost/ardour2/branches/3.0@6846 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-02 21:11:45 +00:00
parent c7b867bddb
commit 4dfa48ad1d

13
libs/pbd/test/xpath.h Normal file
View File

@ -0,0 +1,13 @@
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
class XPathTest : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE (XPathTest);
CPPUNIT_TEST (testMisc);
CPPUNIT_TEST_SUITE_END ();
public:
void testMisc ();
};