X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fbasic.h;h=e3207d8b53f6cf60c2925b199748c735d11b1e4a;hb=8a5f4200c7e0af69570325e737c3cfee20724aae;hp=7c1536efd3d7e2cf1345fde95428de66fc52db5c;hpb=3dee67d04099cc5e2986ed94aa612f429f54d6fb;p=m6w6%2Flibmemcached diff --git a/tests/basic.h b/tests/basic.h index 7c1536ef..e3207d8b 100644 --- a/tests/basic.h +++ b/tests/basic.h @@ -37,28 +37,28 @@ #pragma once -#include +#include "libtest/visibility.h" #ifdef __cplusplus extern "C" { #endif -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t basic_init_test(memcached_st *junk); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t basic_clone_test(memcached_st *memc); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t basic_reset_stack_test(memcached_st *junk); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t basic_reset_heap_test(memcached_st *junk); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t basic_reset_stack_clone_test(memcached_st *memc); -LIBTEST_INTERNAL_API +LIBTEST_LOCAL test_return_t basic_reset_heap_clone_test(memcached_st *memc); #ifdef __cplusplus