test/memstream_tests.h

changeset 60
abae4669fba7
parent 59
c80c910fe191
child 61
fb07a0ab9a17
     1.1 --- a/test/memstream_tests.h	Wed Oct 10 09:34:13 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,28 +0,0 @@
     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/memstream.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_memseektell);
    1.21 -UCX_TEST_DECLARE(test_ucx_memputc);
    1.22 -UCX_TEST_DECLARE(test_ucx_memgetc);
    1.23 -UCX_TEST_DECLARE(test_ucx_memwrite);
    1.24 -UCX_TEST_DECLARE(test_ucx_memread);
    1.25 -
    1.26 -#ifdef	__cplusplus
    1.27 -}
    1.28 -#endif
    1.29 -
    1.30 -#endif	/* MEMSTREAM_TEST_H */
    1.31 -

mercurial