1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/log1p-tests
Bruno Haible f846e191ec log1p tests: More tests.
* tests/test-log1p.h: New file.
* modules/log1p-tests (Files): Add tests/test-log1p.h, tests/randomd.c.
(Makefile.am): Add randomd.c to test_log1p_SOURCES.
* tests/test-log1p.c: Include <float.h> and test-log1p.h.
(main): Invoke test_function.
2012-03-11 02:40:31 +01:00

17 lines
270 B
Plaintext

Files:
tests/test-log1p.c
tests/test-log1p.h
tests/signature.h
tests/macros.h
tests/randomd.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-log1p
check_PROGRAMS += test-log1p
test_log1p_SOURCES = test-log1p.c randomd.c
test_log1p_LDADD = $(LDADD) @LOG1P_LIBM@