test/mpool_tests.h

Wed, 10 Oct 2012 09:34:13 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Oct 2012 09:34:13 +0200
changeset 59
c80c910fe191
parent 28
1666cbeb1db8
child 103
08018864fb91
permissions
-rw-r--r--

added semicolons to UCX_TEST_DECLARE calls

     1 /* 
     2  *
     3  */
     5 #ifndef MPOOL_TESTS_H
     6 #define	MPOOL_TESTS_H
     8 #include "ucx/test.h"
     9 #include "ucx/mempool.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 UCX_TEST_DECLARE(test_ucx_mempool_new);
    16 UCX_TEST_DECLARE(test_ucx_mempool_malloc);
    17 UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap);
    18 UCX_TEST_DECLARE(test_ucx_mempool_calloc);
    19 UCX_TEST_DECLARE(test_ucx_mempool_set_destr);
    20 UCX_TEST_DECLARE(test_ucx_mempool_reg_destr);
    21 UCX_TEST_DECLARE(test_ucx_mempool_realloc);
    23 #ifdef	__cplusplus
    24 }
    25 #endif
    27 #endif	/* MPOOL_TESTS_H */

mercurial