summaryrefslogtreecommitdiff
path: root/modules/logf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-10 10:56:05 +0100
committerBruno Haible <bruno@clisp.org>2012-03-10 10:56:05 +0100
commit7e105c7957aab59bbf060758c2b3e285feaea229 (patch)
tree66b56f8fc448fc8c24ac88fa4de9d02549a0c150 /modules/logf-tests
parent72983fb6b5bd6c7de54465eea29464bb9c0276cf (diff)
downloadgnulib-7e105c7957aab59bbf060758c2b3e285feaea229.tar.gz
log* tests: More tests.
* 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.
Diffstat (limited to 'modules/logf-tests')
-rw-r--r--modules/logf-tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/logf-tests b/modules/logf-tests
index d56c49e543..1dee20b334 100644
--- a/modules/logf-tests
+++ b/modules/logf-tests
@@ -1,7 +1,10 @@
Files:
tests/test-logf.c
+tests/test-log.h
+tests/minus-zero.h
tests/signature.h
tests/macros.h
+tests/randomf.c
Depends-on:
@@ -10,4 +13,5 @@ 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@