mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-28 04:27:54 +00:00
ebc9238f3f
* modules/modf-ieee-tests: New file. * tests/test-modf-ieee.c: New file.
20 lines
287 B
Plaintext
20 lines
287 B
Plaintext
Files:
|
|
tests/test-modf-ieee.c
|
|
tests/test-modf-ieee.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/nan.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
isnand-nolibm
|
|
float
|
|
signbit
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-modf-ieee
|
|
check_PROGRAMS += test-modf-ieee
|
|
test_modf_ieee_LDADD = $(LDADD) @MODF_LIBM@
|