diff -r 180bc6b18fec -r 76caac0da4a0 test/memstream_tests.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/memstream_tests.h Tue Oct 09 15:02:40 2012 +0200 @@ -0,0 +1,30 @@ +/* + * + */ + +#ifndef MEMSTREAM_TEST_H +#define MEMSTREAM_TEST_H + +#include "ucx/test.h" +#include "ucx/memstream.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/* assume open and close to be correct */ + +UCX_TEST_DECLARE(test_ucx_memseektell) +UCX_TEST_DECLARE(test_ucx_memputc) +UCX_TEST_DECLARE(test_ucx_memgetc) +UCX_TEST_DECLARE(test_ucx_memwrite) +UCX_TEST_DECLARE(test_ucx_memread) +UCX_TEST_DECLARE(test_ucx_memprintf) +UCX_TEST_DECLARE(test_ucx_memscanf) + +#ifdef __cplusplus +} +#endif + +#endif /* MEMSTREAM_TEST_H */ +