initial load of upstream version 1.06.32
[xmlrpc-c] / src / cpp / test / testclient.hpp
diff --git a/src/cpp/test/testclient.hpp b/src/cpp/test/testclient.hpp
new file mode 100644 (file)
index 0000000..20c1b9f
--- /dev/null
@@ -0,0 +1,9 @@
+#include "tools.hpp"
+
+class clientTestSuite : public testSuite {
+
+public:
+    virtual std::string suiteName();
+    virtual void runtests(unsigned int const indentation);
+};
+