mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
8c3d2d1974
* lib/nan.h: Renamed from tests/nan.h. Change double-inclusion guard. * modules/nan: New file. * modules/*-tests: Depend on this module instead of embedding tests/nan.h.
20 lines
285 B
Plaintext
20 lines
285 B
Plaintext
Files:
|
|
tests/test-ldexp-ieee.c
|
|
tests/test-ldexp-ieee.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
isnand-nolibm
|
|
float
|
|
nan
|
|
signbit
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ldexp-ieee
|
|
check_PROGRAMS += test-ldexp-ieee
|
|
test_ldexp_ieee_LDADD = $(LDADD) @LDEXP_LIBM@
|