test/map_tests.h

Tue, 02 Oct 2012 11:18:47 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 02 Oct 2012 11:18:47 +0200
changeset 38
35f67a8ef875
parent 33
9c219a62070d
child 42
ff3dd1ee7dee
permissions
-rw-r--r--

added missing stddef includes

added no break comments

     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)
    23 #ifdef	__cplusplus
    24 }
    25 #endif
    27 #endif	/* MAP_TESTS_H */

mercurial