diff -r c80c910fe191 -r abae4669fba7 test/memstream_tests.h --- a/test/memstream_tests.h Wed Oct 10 09:34:13 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -/* - * - */ - -#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); - -#ifdef __cplusplus -} -#endif - -#endif /* MEMSTREAM_TEST_H */ -