X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmemcat.cc;h=1da52fd2543f06ca2d7f53cb9425b436b15de55b;hb=400788eac8cccf9c30a616129a5dc2d67780790f;hp=3b3b021fd1fa7453012b3c82da603f655d20ace5;hpb=14e8f64f26c4222e67fff149d7fe9eee5a672b5b;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 *) {