X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemrm.cc;h=e3c807bec5034d600d465a06dcd5137fae06e0c4;hb=12db645b4866a01c7c2bd0baba3be221e8d16ae9;hp=6955f1fa391003a72a9f470ef7bb596ed6b1d46d;hpb=04e4d81e039c4aa1f048782c13a6771e8aa2172c;p=awesomized%2Flibmemcached diff --git a/tests/memrm.cc b/tests/memrm.cc index 6955f1fa..e3c807be 100644 --- a/tests/memrm.cc +++ b/tests/memrm.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/memrm"); +static std::string executable("./src/bin/memrm"); static test_return_t quiet_test(void *) {