test/main.c

changeset 31
91ac86557290
parent 29
bce0d7f2912b
child 33
9c219a62070d
equal deleted inserted replaced
30:23bb65cbf7a4 31:91ac86557290
109 /* UcxMap Tests */ 109 /* UcxMap Tests */
110 ucx_test_register(suite, test_ucx_map_new); 110 ucx_test_register(suite, test_ucx_map_new);
111 ucx_test_register(suite, test_ucx_key); 111 ucx_test_register(suite, test_ucx_key);
112 ucx_test_register(suite, test_ucx_map_put); 112 ucx_test_register(suite, test_ucx_map_put);
113 ucx_test_register(suite, test_ucx_map_get); 113 ucx_test_register(suite, test_ucx_map_get);
114 ucx_test_register(suite, test_ucx_map_iterator);
114 115
115 ucx_test_run(suite, stdout); 116 ucx_test_run(suite, stdout);
116 ucx_test_suite_free(suite); 117 ucx_test_suite_free(suite);
117 118
118 return EXIT_SUCCESS; 119 return EXIT_SUCCESS;

mercurial