test/memstream_tests.h

changeset 60
abae4669fba7
parent 59
c80c910fe191
child 61
fb07a0ab9a17
--- 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 */
-

mercurial