From 87598eb305b64b009f6ed6d690edae9947759152 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Fri, 25 Apr 2014 12:44:32 +0200 Subject: Small detail fix in KIRO Server Added small test program for KIRO Server and Client Updated Makefile --- test-client.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test-client.c (limited to 'test-client.c') diff --git a/test-client.c b/test-client.c new file mode 100644 index 0000000..1df974c --- /dev/null +++ b/test-client.c @@ -0,0 +1,12 @@ +#include +#include +#include +#include "kiro-client.h" + + +int main(void) +{ + KiroClient *client = g_object_new(KIRO_TYPE_CLIENT, NULL); + kiro_client_connect(client, "127.0.0.1", "60010", 5000); + return 0; +} \ No newline at end of file -- cgit v1.2.3