mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* tests/test-logb.h: New file, based on tests/test-logb.c and tests/test-frexp.h. * tests/test-logb.c: Include minus-zero.h, test-logb.h. (main): Just invoke test_function. * modules/logb-tests (Files): Add tests/test-logb.h, tests/minus-zero.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_logb_SOURCES.
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
Files:
|
|
tests/test-logb.c
|
|
tests/test-logb.h
|
|
tests/minus-zero.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomd.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-logb
|
|
check_PROGRAMS += test-logb
|
|
test_logb_SOURCES = test-logb.c randomd.c
|
|
test_logb_LDADD = $(LDADD) @LOGB_LIBM@
|