1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/ldexpl-tests
T
Bruno Haible 8c3d2d1974 nan: New module.
* 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.
2023-10-12 20:59:58 +02:00

24 lines
351 B
Plaintext

Files:
tests/test-ldexpl.c
tests/test-ldexp.h
tests/minus-zero.h
tests/infinity.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
fpucw
isnanl-nolibm
signbit
float
nan
configure.ac:
Makefile.am:
TESTS += test-ldexpl
check_PROGRAMS += test-ldexpl
test_ldexpl_SOURCES = test-ldexpl.c randoml.c
test_ldexpl_LDADD = $(LDADD) @LDEXPL_LIBM@