X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemflush.cc;h=06b38ea5219e2332e87da19ce2d35ff9a6eb8517;hb=5bb6f975322d3da0caf082b8d890132194d0a4ea;hp=c197b4903956c8ada4969e9c0229e68145af0c3d;hpb=cc7f3ad60dd92d7e41e0efbf922bb4f6fc9a848f;p=awesomized%2Flibmemcached diff --git a/tests/memflush.cc b/tests/memflush.cc index c197b490..06b38ea5 100644 --- a/tests/memflush.cc +++ b/tests/memflush.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; @@ -112,7 +112,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) void get_world(libtest::Framework* world) { - executable= "./clients/memflush"; + executable= "./src/bin/memflush"; world->collections(collection); world->create(world_create); }