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.
19 lines
261 B
Plaintext
19 lines
261 B
Plaintext
Files:
|
|
tests/test-round-ieee.c
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
isnand-nolibm
|
|
float
|
|
nan
|
|
signbit
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-round-ieee
|
|
check_PROGRAMS += test-round-ieee
|
|
test_round_ieee_LDADD = $(LDADD) @ROUND_LIBM@
|