mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/log10f-tests (Files): Add tests/test-log10.h, tests/minus-zero.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_log10f_SOURCES. * tests/test-log10f.c: Include <float.h>, minus-zero.h, test-log10.h. (main): Invoke test_function.
18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
Files:
|
|
tests/test-log10f.c
|
|
tests/test-log10.h
|
|
tests/minus-zero.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomf.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-log10f
|
|
check_PROGRAMS += test-log10f
|
|
test_log10f_SOURCES = test-log10f.c randomf.c
|
|
test_log10f_LDADD = $(LDADD) @LOG10F_LIBM@
|