1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/fsync-tests
Eric Blake 9a0a67e426 test-fsync: enhance tests
This test failed to compile on mingw, which lacks ENOTSUP.  Furthermore,
it wasn't testing POSIX behavior on invalid fds.

* modules/fsync-tests (Depends-on): Add errno, for mingw.
* tests/test-fsync.c (main): Enhance test.

Signed-off-by: Eric Blake <eblake@redhat.com>
2011-09-16 10:48:37 -06:00

14 lines
156 B
Plaintext

Files:
tests/test-fsync.c
tests/signature.h
tests/macros.h
Depends-on:
errno
configure.ac:
Makefile.am:
TESTS += test-fsync
check_PROGRAMS += test-fsync