1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/logb-tests
Bruno Haible 36d2768bd3 logb tests: More tests.
* 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.
2012-04-03 14:01:32 +02:00

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@