Merge in updates (including removal of some depcrated bits from the examples).
[m6w6/libmemcached] / tests / start.c
index aa042f976fa957626f044d357a2509151f7748f3..1f5d43e285a42da124d947a9e2d815ec3566b823 100644 (file)
@@ -1,6 +1,19 @@
+/* LibMemcached
+ * Copyright (C) 2006-2009 Brian Aker
+ * All rights reserved.
+ *
+ * Use and distribution licensed under the BSD license.  See
+ * the COPYING file in the parent directory for full text.
+ *
+ * Summary:
+ *
+ */
+
+#include "config.h"
+
 #include <stdio.h>
 #include <string.h>
-#include "server.h"
+#include <libtest/server.h>
 
 int main(void)
 {
@@ -12,5 +25,5 @@ int main(void)
 
   server_startup(&construct);
 
-  return 0;
+  return EXIT_SUCCESS;
 }