diff -r 0a70e0d36949 -r 4d320dc3a7af test/mpool_tests.h --- a/test/mpool_tests.h Fri Aug 09 10:24:02 2013 +0200 +++ b/test/mpool_tests.h Fri Aug 09 11:32:10 2013 +0200 @@ -36,14 +36,14 @@ extern "C" { #endif -UCX_TEST_DECLARE(test_ucx_mempool_new); -UCX_TEST_DECLARE(test_ucx_mempool_malloc); -UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap); -UCX_TEST_DECLARE(test_ucx_mempool_calloc); -UCX_TEST_DECLARE(test_ucx_mempool_free); -UCX_TEST_DECLARE(test_ucx_mempool_set_destr); -UCX_TEST_DECLARE(test_ucx_mempool_reg_destr); -UCX_TEST_DECLARE(test_ucx_mempool_realloc); +UCX_TEST(test_ucx_mempool_new); +UCX_TEST(test_ucx_mempool_malloc); +UCX_TEST(test_ucx_mempool_malloc_with_chcap); +UCX_TEST(test_ucx_mempool_calloc); +UCX_TEST(test_ucx_mempool_free); +UCX_TEST(test_ucx_mempool_set_destr); +UCX_TEST(test_ucx_mempool_reg_destr); +UCX_TEST(test_ucx_mempool_realloc); #ifdef __cplusplus }