Edit

kc3-lang/gnulib/modules/fsync-tests

Branch :

  • Show log

    Commit

  • Author : Eric Blake
    Date : 2011-09-16 10:28:13
    Hash : 9a0a67e4
    Message : 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>

  • modules/fsync-tests
  • 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