test/buffer_tests.h

Wed, 10 Oct 2012 14:18:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Oct 2012 14:18:06 +0200
changeset 64
16590c9c497c
parent 62
6814aea8462d
child 76
655020a30e77
permissions
-rw-r--r--

added autoextend feature to buffer

and we celebrate the 50th test case

     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_getc);
    20 UCX_TEST_DECLARE(test_ucx_buffer_write);
    21 UCX_TEST_DECLARE(test_ucx_buffer_write_ax);
    22 UCX_TEST_DECLARE(test_ucx_buffer_read);
    23 UCX_TEST_DECLARE(test_ucx_buffer_extract);
    25 #ifdef	__cplusplus
    26 }
    27 #endif
    29 #endif	/* MEMSTREAM_TEST_H */

mercurial