1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/rint-ieee-tests
Bruno Haible 3d1b90b454 Rename module float to float-h.
* modules/float-h: Renamed from modules/float.
* modules/float-h-tests: Renamed from modules/float-tests.
* modules/float-h-c++-tests: Renamed from modules/float-c++-tests.
* tests/test-float-h.c: Renamed from tests/test-float.c.
* tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc.
* tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc.
* doc/posix-headers/float.texi: Update.
* modules/* (Depends-on): Update.
* modules/float: New file.
2024-12-27 23:14:08 +01:00

20 lines
281 B
Plaintext

Files:
tests/test-rint-ieee.c
tests/test-rint-ieee.h
tests/minus-zero.h
tests/infinity.h
tests/macros.h
Depends-on:
isnand-nolibm
float-h
nan
signbit
configure.ac:
Makefile.am:
TESTS += test-rint-ieee
check_PROGRAMS += test-rint-ieee
test_rint_ieee_LDADD = $(LDADD) @RINT_LIBM@