summaryrefslogtreecommitdiff
path: root/libs/pbd/test/xpath.h
blob: 16f96976b1df5c363369b00f425189ffb65421c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ();
};