X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmemcat.cc;h=ed606d1dfbb4e8e234a0f71d04bd52fb2724e05b;hb=2569efffe16042f47dc5d2c34528a9ec22fc18b0;hp=32e3f2c3c7cfe45777057e799e8305bb34a2256d;hpb=cf55f693c7fc7693afbb4594d97d23795cf7f2a0;p=awesomized%2Flibmemcached diff --git a/tests/memcat.cc b/tests/memcat.cc index 32e3f2c3..ed606d1d 100644 --- a/tests/memcat.cc +++ b/tests/memcat.cc @@ -42,7 +42,7 @@ #include #include -#include +#include using namespace libtest; @@ -126,7 +126,7 @@ collection_st collection[] ={ static void *world_create(server_startup_st& servers, test_return_t& error) { - if (HAVE_MEMCACHED_BINARY == 0) + if (libtest::has_memcached() == false) { error= TEST_SKIPPED; return NULL; @@ -141,7 +141,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error) } -void get_world(Framework *world) +void get_world(libtest::Framework* world) { world->collections(collection); world->create(world_create);