test/mpool_tests.h

changeset 134
4d320dc3a7af
parent 113
8693d7874773
child 177
11ad03783baf
     1.1 --- a/test/mpool_tests.h	Fri Aug 09 10:24:02 2013 +0200
     1.2 +++ b/test/mpool_tests.h	Fri Aug 09 11:32:10 2013 +0200
     1.3 @@ -36,14 +36,14 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -UCX_TEST_DECLARE(test_ucx_mempool_new);
     1.8 -UCX_TEST_DECLARE(test_ucx_mempool_malloc);
     1.9 -UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap);
    1.10 -UCX_TEST_DECLARE(test_ucx_mempool_calloc);
    1.11 -UCX_TEST_DECLARE(test_ucx_mempool_free);
    1.12 -UCX_TEST_DECLARE(test_ucx_mempool_set_destr);
    1.13 -UCX_TEST_DECLARE(test_ucx_mempool_reg_destr);
    1.14 -UCX_TEST_DECLARE(test_ucx_mempool_realloc);
    1.15 +UCX_TEST(test_ucx_mempool_new);
    1.16 +UCX_TEST(test_ucx_mempool_malloc);
    1.17 +UCX_TEST(test_ucx_mempool_malloc_with_chcap);
    1.18 +UCX_TEST(test_ucx_mempool_calloc);
    1.19 +UCX_TEST(test_ucx_mempool_free);
    1.20 +UCX_TEST(test_ucx_mempool_set_destr);
    1.21 +UCX_TEST(test_ucx_mempool_reg_destr);
    1.22 +UCX_TEST(test_ucx_mempool_realloc);
    1.23  
    1.24  #ifdef	__cplusplus
    1.25  }

mercurial