X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fstart.c;h=1f5d43e285a42da124d947a9e2d815ec3566b823;hb=4fe35ea1372eda035618c6e961f421187d3ae837;hp=eb37357d6b5b43e1b1d7a8f4bff8fafaa848c76f;hpb=521e830fe336a17bee6e7376e3bf01a3b35ddc37;p=m6w6%2Flibmemcached diff --git a/tests/start.c b/tests/start.c index eb37357d..1f5d43e2 100644 --- a/tests/start.c +++ b/tests/start.c @@ -9,9 +9,11 @@ * */ +#include "config.h" + #include #include -#include "server.h" +#include int main(void) { @@ -23,5 +25,5 @@ int main(void) server_startup(&construct); - return 0; + return EXIT_SUCCESS; }