test/memstream_tests.h

Tue, 09 Oct 2012 15:02:40 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 09 Oct 2012 15:02:40 +0200
changeset 56
76caac0da4a0
child 58
733f22fca61a
permissions
-rw-r--r--

added memstream to ucx - still little work to do

     1 /* 
     2  *
     3  */
     5 #ifndef MEMSTREAM_TEST_H
     6 #define	MEMSTREAM_TEST_H
     8 #include "ucx/test.h"
     9 #include "ucx/memstream.h"
    11 #ifdef	__cplusplus
    12 extern "C" {
    13 #endif
    15 /* assume open and close to be correct */
    17 UCX_TEST_DECLARE(test_ucx_memseektell)
    18 UCX_TEST_DECLARE(test_ucx_memputc)
    19 UCX_TEST_DECLARE(test_ucx_memgetc)
    20 UCX_TEST_DECLARE(test_ucx_memwrite)
    21 UCX_TEST_DECLARE(test_ucx_memread)
    22 UCX_TEST_DECLARE(test_ucx_memprintf)
    23 UCX_TEST_DECLARE(test_ucx_memscanf)
    25 #ifdef	__cplusplus
    26 }
    27 #endif
    29 #endif	/* MEMSTREAM_TEST_H */

mercurial