initial load of upstream version 1.06.32
[xmlrpc-c] / src / test / client_dummy.c
diff --git a/src/test/client_dummy.c b/src/test/client_dummy.c
new file mode 100644 (file)
index 0000000..6377fb8
--- /dev/null
@@ -0,0 +1,14 @@
+#include <stdio.h>
+
+#include "client.h"
+
+
+
+void 
+test_client(void) {
+
+    printf("Running dummy client test.");
+
+    printf("\n");
+    printf("Client tests done.\n");
+}