test/map_tests.h

Fri, 25 May 2012 17:39:27 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 25 May 2012 17:39:27 +0200
changeset 31
91ac86557290
parent 29
bce0d7f2912b
child 33
9c219a62070d
permissions
-rw-r--r--

added map iterator

olaf@20 1 /*
olaf@20 2 *
olaf@20 3 */
olaf@20 4
olaf@20 5 #ifndef MAP_TESTS_H
olaf@20 6 #define MAP_TESTS_H
olaf@20 7
universe@29 8 #include "ucx/test.h"
olaf@20 9 #include "ucx/map.h"
olaf@20 10
olaf@20 11 #ifdef __cplusplus
olaf@20 12 extern "C" {
olaf@20 13 #endif
olaf@20 14
universe@29 15 UCX_TEST_DECLARE(test_ucx_map_new)
universe@29 16 UCX_TEST_DECLARE(test_ucx_key)
universe@29 17 UCX_TEST_DECLARE(test_ucx_map_put)
universe@29 18 UCX_TEST_DECLARE(test_ucx_map_get)
olaf@31 19 UCX_TEST_DECLARE(test_ucx_map_iterator)
olaf@20 20
olaf@20 21
olaf@20 22 #ifdef __cplusplus
olaf@20 23 }
olaf@20 24 #endif
olaf@20 25
olaf@20 26 #endif /* MAP_TESTS_H */
olaf@20 27

mercurial