diff -r 990734f548ef -r 655020a30e77 test/buffer_tests.h --- a/test/buffer_tests.h Sun Nov 04 20:50:12 2012 +0100 +++ b/test/buffer_tests.h Fri Nov 30 13:10:58 2012 +0100 @@ -16,11 +16,13 @@ UCX_TEST_DECLARE(test_ucx_buffer_seektell); UCX_TEST_DECLARE(test_ucx_buffer_putc); +UCX_TEST_DECLARE(test_ucx_buffer_putc_ax); UCX_TEST_DECLARE(test_ucx_buffer_getc); UCX_TEST_DECLARE(test_ucx_buffer_write); UCX_TEST_DECLARE(test_ucx_buffer_write_ax); UCX_TEST_DECLARE(test_ucx_buffer_read); UCX_TEST_DECLARE(test_ucx_buffer_extract); +UCX_TEST_DECLARE(test_ucx_buffer_generic_copy); #ifdef __cplusplus }