Hello dear maintainers,

This little patch series improves a bit the tests of winpthreads. They
are independent from my other patch series adding support for MSVC,
which I hope this one will help validate and merge. The tests can be
run with

    ./configure -C --host=x86_64-pc-windows # or x86_64-w64-mingw32
    make -j
    make check -j1

The patch series only touches tests registered via Automake, and *not*
the tests imported from pthread-win32.

Best regards,

Antonin Décimo (9):
  winpthreads: tests: Use the libc assert
  winpthreads: tests: Mark unexported symbols as static
  winpthreads: tests: Don't use old-style function definition
  winpthreads: tests: Remove unused variables
  winpthreads: tests: Include missing pthread_time.h header
  winpthreads: tests: Use QPC instead of getntptimeofday
  winpthreads: tests: Fix minor issues
  winpthreads: tests: Allow running tests with MSVC or clang-cl
  winpthreads: tests: Regenerate Makefile.in

 .../winpthreads/tests/Makefile.am             |  13 ++-
 .../winpthreads/tests/Makefile.in             |   3 +-
 .../winpthreads/tests/t_clock_getres.c        |  17 +--
 .../winpthreads/tests/t_clock_gettime.c       |  15 +--
 .../winpthreads/tests/t_clock_nanosleep.c     |  13 +--
 .../winpthreads/tests/t_clock_settime.c       |  15 +--
 .../winpthreads/tests/t_nanosleep.c           |  49 ++++----
 mingw-w64-libraries/winpthreads/tests/test.c  | 108 +++++++++---------
 8 files changed, 106 insertions(+), 127 deletions(-)

-- 
2.43.0



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to