test/buffer_tests.h

changeset 60
abae4669fba7
parent 59
c80c910fe191
child 62
6814aea8462d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/buffer_tests.h	Wed Oct 10 09:54:57 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +/* 
     1.5 + *
     1.6 + */
     1.7 +
     1.8 +#ifndef MEMSTREAM_TEST_H
     1.9 +#define	MEMSTREAM_TEST_H
    1.10 +
    1.11 +#include "ucx/test.h"
    1.12 +#include "ucx/buffer.h"
    1.13 +
    1.14 +#ifdef	__cplusplus
    1.15 +extern "C" {
    1.16 +#endif
    1.17 +
    1.18 +/* assume open and close to be correct */
    1.19 +
    1.20 +UCX_TEST_DECLARE(test_ucx_buffer_seektell);
    1.21 +UCX_TEST_DECLARE(test_ucx_buffer_putc);
    1.22 +UCX_TEST_DECLARE(test_ucx_buffer_getc);
    1.23 +UCX_TEST_DECLARE(test_ucx_buffer_write);
    1.24 +UCX_TEST_DECLARE(test_ucx_buffer_read);
    1.25 +
    1.26 +#ifdef	__cplusplus
    1.27 +}
    1.28 +#endif
    1.29 +
    1.30 +#endif	/* MEMSTREAM_TEST_H */
    1.31 +

mercurial