test/memstream_tests.h

changeset 60
abae4669fba7
parent 58
733f22fca61a
equal deleted inserted replaced
59:c80c910fe191 60:abae4669fba7
1 /*
2 *
3 */
4
5 #ifndef MEMSTREAM_TEST_H
6 #define MEMSTREAM_TEST_H
7
8 #include "ucx/test.h"
9 #include "ucx/memstream.h"
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 /* assume open and close to be correct */
16
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
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif /* MEMSTREAM_TEST_H */
28

mercurial