|
290f9516
|
2012-05-13T22:54:49
|
|
binary-io: Define set_binary_mode function.
* lib/binary-io.h (set_binary_mode): New function.
(SET_BINARY): Define in terms of set_binary_mode.
* modules/binary-io (configure.ac): Require AC_C_INLINE.
* tests/test-binary-io.c (main): Accept an argument, and test either
set_binary_mode or SET_BINARY depending on the argument.
* tests/test-binary-io.sh: Invoke test-binary-io twice, with an
argument. Clean up also t-bin-out0.tmp.
|
|
8dccbc62
|
2011-11-27T15:54:08
|
|
binary-io tests: Avoid test failure on mingw when libtool is used.
* tests/test-binary-io.c (main): Don't remove t-bin-out2.tmp here.
Don't verify the size of t-bin-out1.tmp here.
* tests/test-binary-io.sh: Verify it here.
Reported by Simon Josefsson.
|
|
dd5adad1
|
2007-03-11T00:51:51
|
|
Choose better temporary filenames.
|
|
d33bbb6d
|
2007-01-14T21:31:03
|
|
Test for the binary-io module.
|