X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemexist.cc;h=b081e685cf34c448c1f6c4a4a50ae258b14a7312;hb=785f671d065aa12941a98fca384248ac5cd6e527;hp=41a4648dc36bdc8e629abda2b63f4a99a156c66b;hpb=04e4d81e039c4aa1f048782c13a6771e8aa2172c;p=awesomized%2Flibmemcached diff --git a/tests/memexist.cc b/tests/memexist.cc index 41a4648d..b081e685 100644 --- a/tests/memexist.cc +++ b/tests/memexist.cc @@ -39,11 +39,11 @@ Test that we are cycling the servers we are creating during testing. */ -#include +#include "mem_config.h" -#include -#include -#include +#include "libtest/test.hpp" +#include "libmemcached-1.0/memcached.h" +#include "libmemcachedutil-1.0/util.h" using namespace libtest; @@ -51,7 +51,7 @@ using namespace libtest; #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif -static std::string executable("./clients/memexist"); +static std::string executable("./src/bin/memexist"); static test_return_t help_test(void *) {