test/map_tests.h

Thu, 04 Oct 2012 18:46:57 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 04 Oct 2012 18:46:57 +0200
changeset 44
46356d74e873
parent 42
ff3dd1ee7dee
child 48
621a4430c404
permissions
-rw-r--r--

added map clone

     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_iterator)
    20 UCX_TEST_DECLARE(test_ucx_map_iterator_chain)
    21 UCX_TEST_DECLARE(test_ucx_map_store_load)
    22 UCX_TEST_DECLARE(test_ucx_map_clone)
    25 #ifdef	__cplusplus
    26 }
    27 #endif
    29 #endif	/* MAP_TESTS_H */

mercurial