X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemping.cc;h=0712efd2d9c6ee5c41e0ede090a0925fcb444c8a;hb=64cb7f342f590fa8fe3376eb7562ee73e4dc75f2;hp=af057defa7ad9e587f5055f4071c51d60870d83c;hpb=0e40facad567ea11474b62f597c34faeea5c86fe;p=awesomized%2Flibmemcached diff --git a/tests/memping.cc b/tests/memping.cc index af057def..0712efd2 100644 --- a/tests/memping.cc +++ b/tests/memping.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/memping"); +static std::string executable("src/bin/memping"); static test_return_t help_test(void *) {