mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* tests/test-log.h: New file. * tests/test-log.c: Include <float.h>, minus-zero.h, test-log.h. (main): Invoke test_function. * tests/test-logf.c: Include <float.h>, minus-zero.h, test-log.h. (main): Invoke test_function. * tests/test-logl.c: Include <float.h>, minus-zero.h, test-log.h. (main): Invoke test_function. * modules/log-tests (Files): Add tests/test-log.h, tests/minus-zero.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_log_SOURCES. * modules/logf-tests (Files): Add tests/test-log.h, tests/minus-zero.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_logf_SOURCES. * modules/logl-tests (Files): Add tests/test-log.h, tests/minus-zero.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_logl_SOURCES.
18 lines
280 B
Plaintext
18 lines
280 B
Plaintext
Files:
|
|
tests/test-logf.c
|
|
tests/test-log.h
|
|
tests/minus-zero.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomf.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-logf
|
|
check_PROGRAMS += test-logf
|
|
test_logf_SOURCES = test-logf.c randomf.c
|
|
test_logf_LDADD = $(LDADD) @LOGF_LIBM@
|