X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemcat.cc;h=1da52fd2543f06ca2d7f53cb9425b436b15de55b;hb=bf236d8b2a533d2a1380ad51140f61ae9a730971;hp=3b3b021fd1fa7453012b3c82da603f655d20ace5;hpb=04e4d81e039c4aa1f048782c13a6771e8aa2172c;p=m6w6%2Flibmemcached diff --git a/tests/memcat.cc b/tests/memcat.cc index 3b3b021f..1da52fd2 100644 --- a/tests/memcat.cc +++ b/tests/memcat.cc @@ -39,10 +39,10 @@ Test that we are cycling the servers we are creating during testing. */ -#include +#include "mem_config.h" -#include -#include +#include "libtest/test.hpp" +#include "libmemcached-1.0/memcached.h" using namespace libtest; @@ -50,7 +50,7 @@ using namespace libtest; #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif -static std::string executable("clients/memcat"); +static std::string executable("src/bin/memcat"); static test_return_t help_test(void *) {