mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/ilogb-tests: New file. * tests/test-ilogb.c: New file. * tests/test-ilogb.h: New file, based on tests/test-logb.h and tests/test-logb-ieee.h.
20 lines
318 B
Plaintext
20 lines
318 B
Plaintext
Files:
|
|
tests/test-ilogb.c
|
|
tests/test-ilogb.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/nan.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomd.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ilogb
|
|
check_PROGRAMS += test-ilogb
|
|
test_ilogb_SOURCES = test-ilogb.c randomd.c
|
|
test_ilogb_LDADD = $(LDADD) @ILOGB_LIBM@
|