test/map_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 53
e533c170bfb8
child 103
08018864fb91
permissions
-rw-r--r--

added semicolons to UCX_TEST_DECLARE calls

     1 /* 
     2  *
     3  */
     5 #ifndef MAP_TESTS_H
     6 #define	MAP_TESTS_H
     8 #include "ucx/test.h"
     9 #include "ucx/map.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 UCX_TEST_DECLARE(test_ucx_map_new);
    16 UCX_TEST_DECLARE(test_ucx_key);
    17 UCX_TEST_DECLARE(test_ucx_map_put);
    18 UCX_TEST_DECLARE(test_ucx_map_get);
    19 UCX_TEST_DECLARE(test_ucx_map_remove);
    20 UCX_TEST_DECLARE(test_ucx_map_iterator);
    21 UCX_TEST_DECLARE(test_ucx_map_iterator_chain);
    22 UCX_TEST_DECLARE(test_ucx_map_store_load);
    23 UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool);
    24 UCX_TEST_DECLARE(test_ucx_map_clone);
    25 UCX_TEST_DECLARE(test_ucx_map_rehash);
    28 #ifdef	__cplusplus
    29 }
    30 #endif
    32 #endif	/* MAP_TESTS_H */

mercurial