X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemcapable.cc;h=2bd1aec2ccdf1013d5da3158b7d31ad500e3fe33;hb=d5f5c1f9dcb1da3cd89ca6b14b87af5d9630991b;hp=4e7c957da441a8648b941a1a833a7c7ac35c2526;hpb=5f767fd094e7485c8e4799a04f550806280540e9;p=awesomized%2Flibmemcached diff --git a/tests/memcapable.cc b/tests/memcapable.cc index 4e7c957d..2bd1aec2 100644 --- a/tests/memcapable.cc +++ b/tests/memcapable.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; @@ -119,7 +119,7 @@ static void *world_create(server_startup_st& servers, test_return_t&) void get_world(libtest::Framework* world) { - executable= "./clients/memcapable"; + executable= "./src/bin/memcapable"; world->collections(collection); world->create(world_create); }