consolidate semaphore implementation (part one)
[ardour.git] / libs / pbd / test / xpath.h
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3
4 class XPathTest : public CppUnit::TestFixture
5 {
6         CPPUNIT_TEST_SUITE (XPathTest);
7         CPPUNIT_TEST (testMisc);
8         CPPUNIT_TEST_SUITE_END ();
9
10 public:
11
12         void testMisc ();
13 };