X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fbasic.h;h=e3207d8b53f6cf60c2925b199748c735d11b1e4a;hb=785f671d065aa12941a98fca384248ac5cd6e527;hp=7c1536efd3d7e2cf1345fde95428de66fc52db5c;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=awesomized%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