X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.h;h=fb9cd88542710a2e49ac809819a7c1d79a723767;hb=a83eb6704af40530cf38935cb30dd576af563e61;hp=1bf4e499b6d22841c8f4796768a5d753f97f5f06;hpb=3645e647825396693c46a4de5d9e45dfde54dabd;p=awesomized%2Flibmemcached diff --git a/tests/replication.h b/tests/replication.h index 1bf4e499..fb9cd885 100644 --- a/tests/replication.h +++ b/tests/replication.h @@ -37,28 +37,18 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif - -LIBTEST_LOCAL test_return_t replication_set_test(memcached_st *memc); -LIBTEST_LOCAL test_return_t replication_get_test(memcached_st *memc); -LIBTEST_LOCAL test_return_t replication_mget_test(memcached_st *memc); -LIBTEST_LOCAL test_return_t replication_delete_test(memcached_st *memc); -LIBTEST_LOCAL test_return_t replication_randomize_mget_test(memcached_st *memc); -LIBTEST_LOCAL test_return_t replication_randomize_mget_fail_test(memcached_st *memc); -#ifdef __cplusplus -} -#endif +test_return_t replication_miss_test(memcached_st *memc); + +test_return_t check_replication_sanity_TEST(memcached_st*);