Add missing test file.
authorCarl Hetherington <carl@carlh.net>
Fri, 2 Apr 2010 21:11:45 +0000 (21:11 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 2 Apr 2010 21:11:45 +0000 (21:11 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6846 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/test/xpath.h [new file with mode: 0644]

diff --git a/libs/pbd/test/xpath.h b/libs/pbd/test/xpath.h
new file mode 100644 (file)
index 0000000..16f9697
--- /dev/null
@@ -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 ();
+};