test/buffer_tests.h

Wed, 06 Feb 2013 12:55:56 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 06 Feb 2013 12:55:56 +0100
changeset 78
af355652f271
parent 76
655020a30e77
child 103
08018864fb91
permissions
-rw-r--r--

some fixes

     1 /* 
     2  *
     3  */
     5 #ifndef MEMSTREAM_TEST_H
     6 #define	MEMSTREAM_TEST_H
     8 #include "ucx/test.h"
     9 #include "ucx/buffer.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 /* assume open and close to be correct */
    17 UCX_TEST_DECLARE(test_ucx_buffer_seektell);
    18 UCX_TEST_DECLARE(test_ucx_buffer_putc);
    19 UCX_TEST_DECLARE(test_ucx_buffer_putc_ax);
    20 UCX_TEST_DECLARE(test_ucx_buffer_getc);
    21 UCX_TEST_DECLARE(test_ucx_buffer_write);
    22 UCX_TEST_DECLARE(test_ucx_buffer_write_ax);
    23 UCX_TEST_DECLARE(test_ucx_buffer_read);
    24 UCX_TEST_DECLARE(test_ucx_buffer_extract);
    25 UCX_TEST_DECLARE(test_ucx_buffer_generic_copy);
    27 #ifdef	__cplusplus
    28 }
    29 #endif
    31 #endif	/* MEMSTREAM_TEST_H */

mercurial