X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fstart.c;h=1f5d43e285a42da124d947a9e2d815ec3566b823;hb=088eed04d829b8cf6591201564118c356d3cf935;hp=e3f2a64c874dd4a3df0e0984eeaf59eebc8e2a6f;hpb=8984944bbc4a973dd26ea48120240ef86698266d;p=m6w6%2Flibmemcached diff --git a/tests/start.c b/tests/start.c index e3f2a64c..1f5d43e2 100644 --- a/tests/start.c +++ b/tests/start.c @@ -13,7 +13,7 @@ #include #include -#include "server.h" +#include int main(void) { @@ -25,5 +25,5 @@ int main(void) server_startup(&construct); - return 0; + return EXIT_SUCCESS; }