X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemdump.cc;h=0ad421f14b3310d179d763eddee12ba56203fc18;hb=e20117720ca0fa133781b62c43aab59fe864b390;hp=ab59c3ce245a594a535fb83dd44e7ae22e0216ca;hpb=95bb4cd1ce48756ca12e5cc1bb6bd6ff8f457908;p=m6w6%2Flibmemcached diff --git a/tests/memdump.cc b/tests/memdump.cc index ab59c3ce..0ad421f1 100644 --- a/tests/memdump.cc +++ b/tests/memdump.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/memdump"); +static std::string executable("./src/bin/memdump"); static test_return_t help_test(void *) {