X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemtouch.cc;h=f2d9a80c739d1938ce81bf635d6ac1be9a0fcd63;hb=52f96be72d2f18994d6133c4410c263133270f0e;hp=761a70723c4b2e34145f7374a7e20906167c02ca;hpb=14e8f64f26c4222e67fff149d7fe9eee5a672b5b;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); }