diff -r c80c910fe191 -r abae4669fba7 test/buffer_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/buffer_tests.h Wed Oct 10 09:54:57 2012 +0200 @@ -0,0 +1,28 @@ +/* + * + */ + +#ifndef MEMSTREAM_TEST_H +#define MEMSTREAM_TEST_H + +#include "ucx/test.h" +#include "ucx/buffer.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/* assume open and close to be correct */ + +UCX_TEST_DECLARE(test_ucx_buffer_seektell); +UCX_TEST_DECLARE(test_ucx_buffer_putc); +UCX_TEST_DECLARE(test_ucx_buffer_getc); +UCX_TEST_DECLARE(test_ucx_buffer_write); +UCX_TEST_DECLARE(test_ucx_buffer_read); + +#ifdef __cplusplus +} +#endif + +#endif /* MEMSTREAM_TEST_H */ +