From 4dfa48ad1da26a8a691603f0be2775060827588c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Apr 2010 21:11:45 +0000 Subject: Add missing test file. git-svn-id: svn://localhost/ardour2/branches/3.0@6846 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/test/xpath.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libs/pbd/test/xpath.h (limited to 'libs') diff --git a/libs/pbd/test/xpath.h b/libs/pbd/test/xpath.h new file mode 100644 index 0000000000..16f96976b1 --- /dev/null +++ b/libs/pbd/test/xpath.h @@ -0,0 +1,13 @@ +#include +#include + +class XPathTest : public CppUnit::TestFixture +{ + CPPUNIT_TEST_SUITE (XPathTest); + CPPUNIT_TEST (testMisc); + CPPUNIT_TEST_SUITE_END (); + +public: + + void testMisc (); +}; -- cgit v1.2.3