171 ucx_test_register(suite, test_ucx_properties2map); |
171 ucx_test_register(suite, test_ucx_properties2map); |
172 ucx_test_register(suite, test_ucx_properties_load); |
172 ucx_test_register(suite, test_ucx_properties_load); |
173 ucx_test_register(suite, test_ucx_properties_store); |
173 ucx_test_register(suite, test_ucx_properties_store); |
174 |
174 |
175 /* UcxBuffer Tests */ |
175 /* UcxBuffer Tests */ |
176 ucx_test_register(suite, test_ucx_buffer_seektell); |
176 ucx_test_register(suite, test_ucx_buffer_seek); |
177 ucx_test_register(suite, test_ucx_buffer_putc); |
177 ucx_test_register(suite, test_ucx_buffer_putc); |
178 ucx_test_register(suite, test_ucx_buffer_putc_ax); |
178 ucx_test_register(suite, test_ucx_buffer_putc_ax); |
179 ucx_test_register(suite, test_ucx_buffer_getc); |
179 ucx_test_register(suite, test_ucx_buffer_getc); |
180 ucx_test_register(suite, test_ucx_buffer_write); |
180 ucx_test_register(suite, test_ucx_buffer_write); |
181 ucx_test_register(suite, test_ucx_buffer_write_ax); |
181 ucx_test_register(suite, test_ucx_buffer_write_ax); |