comparison: test/map_tests.h
test/map_tests.h
- changeset 29
- bce0d7f2912b
- parent 20
- db7d9860dbbd
- child 31
- 91ac86557290
equal
deleted
inserted
replaced
| 3 */ |
3 */ |
| 4 |
4 |
| 5 #ifndef MAP_TESTS_H |
5 #ifndef MAP_TESTS_H |
| 6 #define MAP_TESTS_H |
6 #define MAP_TESTS_H |
| 7 |
7 |
| |
8 #include "ucx/test.h" |
| 8 #include "ucx/map.h" |
9 #include "ucx/map.h" |
| 9 |
10 |
| 10 #ifdef __cplusplus |
11 #ifdef __cplusplus |
| 11 extern "C" { |
12 extern "C" { |
| 12 #endif |
13 #endif |
| 13 |
14 |
| 14 int map_tests(); |
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) |
| 15 |
19 |
| 16 |
20 |
| 17 #ifdef __cplusplus |
21 #ifdef __cplusplus |
| 18 } |
22 } |
| 19 #endif |
23 #endif |