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