mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-28 04:27:54 +00:00
f5e8d1d113
* modules/expm1-ieee-tests: New file. * tests/test-expm1-ieee.c: New file. * tests/test-expm1-ieee.h: New file.
20 lines
293 B
Plaintext
20 lines
293 B
Plaintext
Files:
|
|
tests/test-expm1-ieee.c
|
|
tests/test-expm1-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-expm1-ieee
|
|
check_PROGRAMS += test-expm1-ieee
|
|
test_expm1_ieee_LDADD = $(LDADD) @EXPM1_LIBM@
|