mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
18 lines
289 B
Plaintext
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@
|