test/map_tests.h

Thu, 31 May 2012 12:51:22 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 31 May 2012 12:51:22 +0200
changeset 33
9c219a62070d
parent 31
91ac86557290
child 42
ff3dd1ee7dee
permissions
-rw-r--r--

major refactoring of test framework

     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