X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemcp.cc;h=89ded54c4ade924ecd50ab1701eff5249119adc8;hb=0eb039e8de2a95b35a082a21a103a68e1d08385f;hp=7ce5a493e9f3287b56033488b5aaf1fb86b839ac;hpb=0e40facad567ea11474b62f597c34faeea5c86fe;p=awesomized%2Flibmemcached diff --git a/tests/memcp.cc b/tests/memcp.cc index 7ce5a493..89ded54c 100644 --- a/tests/memcp.cc +++ b/tests/memcp.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" #include @@ -52,7 +52,7 @@ using namespace libtest; #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif -static std::string executable("./clients/memcp"); +static std::string executable("./src/bin/memcp"); static test_return_t help_test(void *) {