1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/log10-tests
Bruno Haible 70b19129a5 log10 tests: More tests.
* tests/test-log10.h: New file.
* modules/log10-tests (Files): Add tests/test-log10.h,
tests/minus-zero.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_log10_SOURCES.
* tests/test-log10.c: Include <float.h>, minus-zero.h, test-log10.h.
(main): Invoke test_function.
2012-04-01 16:37:01 +02:00

18 lines
289 B
Plaintext

Files:
tests/test-log10.c
tests/test-log10.h
tests/minus-zero.h
tests/signature.h
tests/macros.h
tests/randomd.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-log10
check_PROGRAMS += test-log10
test_log10_SOURCES = test-log10.c randomd.c
test_log10_LDADD = $(LDADD) @LOG10_LIBM@