Fixes all current issues with hashkit tests.
[m6w6/libmemcached] / tests / start.c
index eb37357d6b5b43e1b1d7a8f4bff8fafaa848c76f..1f5d43e285a42da124d947a9e2d815ec3566b823 100644 (file)
@@ -9,9 +9,11 @@
  *
  */
 
+#include "config.h"
+
 #include <stdio.h>
 #include <string.h>
-#include "server.h"
+#include <libtest/server.h>
 
 int main(void)
 {
@@ -23,5 +25,5 @@ int main(void)
 
   server_startup(&construct);
 
-  return 0;
+  return EXIT_SUCCESS;
 }