Fri, 12 Oct 2012 10:54:55 +0200
made the code work with VC++ compiler (use make CONF=windows)
/* * */ #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 */