| 14 |
14 |
| 15 /* assume open and close to be correct */ |
15 /* assume open and close to be correct */ |
| 16 |
16 |
| 17 UCX_TEST_DECLARE(test_ucx_buffer_seektell); |
17 UCX_TEST_DECLARE(test_ucx_buffer_seektell); |
| 18 UCX_TEST_DECLARE(test_ucx_buffer_putc); |
18 UCX_TEST_DECLARE(test_ucx_buffer_putc); |
| |
19 UCX_TEST_DECLARE(test_ucx_buffer_putc_ax); |
| 19 UCX_TEST_DECLARE(test_ucx_buffer_getc); |
20 UCX_TEST_DECLARE(test_ucx_buffer_getc); |
| 20 UCX_TEST_DECLARE(test_ucx_buffer_write); |
21 UCX_TEST_DECLARE(test_ucx_buffer_write); |
| 21 UCX_TEST_DECLARE(test_ucx_buffer_write_ax); |
22 UCX_TEST_DECLARE(test_ucx_buffer_write_ax); |
| 22 UCX_TEST_DECLARE(test_ucx_buffer_read); |
23 UCX_TEST_DECLARE(test_ucx_buffer_read); |
| 23 UCX_TEST_DECLARE(test_ucx_buffer_extract); |
24 UCX_TEST_DECLARE(test_ucx_buffer_extract); |
| |
25 UCX_TEST_DECLARE(test_ucx_buffer_generic_copy); |
| 24 |
26 |
| 25 #ifdef __cplusplus |
27 #ifdef __cplusplus |
| 26 } |
28 } |
| 27 #endif |
29 #endif |
| 28 |
30 |