X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fstart.c;h=1f5d43e285a42da124d947a9e2d815ec3566b823;hb=b95041363ea69ccfb9eacb6bba1852814c32b4ee;hp=aa042f976fa957626f044d357a2509151f7748f3;hpb=51aa1233e4981967f06dd3432cd3a6ed83a35607;p=m6w6%2Flibmemcached diff --git a/tests/start.c b/tests/start.c index aa042f97..1f5d43e2 100644 --- a/tests/start.c +++ b/tests/start.c @@ -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 #include -#include "server.h" +#include int main(void) { @@ -12,5 +25,5 @@ int main(void) server_startup(&construct); - return 0; + return EXIT_SUCCESS; }