X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemerror.cc;h=816ef9de2f347212e6d824e2e830738fbe142a63;hb=c0b779f4045f4858701b3741af805414bc066717;hp=76cc96c434570134387a79d112b478a2b8164064;hpb=fed85d3c429c3881cd378d10e4dccd30f4fd2478;p=awesomized%2Flibmemcached diff --git a/tests/memerror.cc b/tests/memerror.cc index 76cc96c4..816ef9de 100644 --- a/tests/memerror.cc +++ b/tests/memerror.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/memerror"); +static std::string executable("./src/bin/memerror"); static test_return_t help_TEST(void *) {