test/buffer_tests.h

Fri, 12 Oct 2012 12:00:06 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 12 Oct 2012 12:00:06 +0200
changeset 70
6721482eaf8e
parent 64
16590c9c497c
child 76
655020a30e77
permissions
-rw-r--r--

fixed memory leak in ucx_map_rehash

/* 
 *
 */

#ifndef MEMSTREAM_TEST_H
#define	MEMSTREAM_TEST_H

#include "ucx/test.h"
#include "ucx/buffer.h"

#ifdef	__cplusplus
extern "C" {
#endif

/* assume open and close to be correct */

UCX_TEST_DECLARE(test_ucx_buffer_seektell);
UCX_TEST_DECLARE(test_ucx_buffer_putc);
UCX_TEST_DECLARE(test_ucx_buffer_getc);
UCX_TEST_DECLARE(test_ucx_buffer_write);
UCX_TEST_DECLARE(test_ucx_buffer_write_ax);
UCX_TEST_DECLARE(test_ucx_buffer_read);
UCX_TEST_DECLARE(test_ucx_buffer_extract);

#ifdef	__cplusplus
}
#endif

#endif	/* MEMSTREAM_TEST_H */

mercurial