X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemtouch.cc;h=f2d9a80c739d1938ce81bf635d6ac1be9a0fcd63;hb=bf236d8b2a533d2a1380ad51140f61ae9a730971;hp=761a70723c4b2e34145f7374a7e20906167c02ca;hpb=0e40facad567ea11474b62f597c34faeea5c86fe;p=m6w6%2Flibmemcached diff --git a/tests/memtouch.cc b/tests/memtouch.cc index 761a7072..f2d9a80c 100644 --- a/tests/memtouch.cc +++ b/tests/memtouch.cc @@ -39,11 +39,11 @@ Test that we are cycling the servers we are creating during testing. */ -#include +#include "mem_config.h" -#include -#include -#include +#include "libtest/test.hpp" +#include "libmemcached-1.0/memcached.h" +#include "libmemcachedutil-1.0/util.h" using namespace libtest; @@ -156,7 +156,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) void get_world(libtest::Framework* world) { - executable= "./clients/memtouch"; + executable= "./src/bin/memtouch"; world->collections(collection); world->create(world_create); }