summaryrefslogtreecommitdiff
path: root/modules/modfl-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-03 17:00:59 +0100
committerBruno Haible <bruno@clisp.org>2012-03-03 17:49:18 +0100
commit80c3530fa6f0b67feb8e3a01c6ae0f3074d8129d (patch)
tree5deb12d8d3cdf9993fb92331caaf4a094e5ebe81 /modules/modfl-tests
parentff53c39e3f416e4b8b5dd03e303986edbf20f56c (diff)
downloadgnulib-80c3530fa6f0b67feb8e3a01c6ae0f3074d8129d.tar.gz
modf* tests: More tests.
* tests/test-modf.h: New file. * tests/test-modf.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * tests/test-modff.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * tests/test-modfl.c: Include <float.h> and test-modf.h. (main): Invoke test_function. * modules/modf-tests (Files): Add tests/test-modf.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_modf_SOURCES. * modules/modff-tests (Files): Add tests/test-modf.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_modff_SOURCES. * modules/modfl-tests (Files): Add tests/test-modf.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_modfl_SOURCES.
Diffstat (limited to 'modules/modfl-tests')
-rw-r--r--modules/modfl-tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/modfl-tests b/modules/modfl-tests
index a3e893acde..059d22c73d 100644
--- a/modules/modfl-tests
+++ b/modules/modfl-tests
@@ -1,14 +1,18 @@
Files:
tests/test-modfl.c
+tests/test-modf.h
tests/signature.h
tests/macros.h
+tests/randoml.c
Depends-on:
fpucw
+float
configure.ac:
Makefile.am:
TESTS += test-modfl
check_PROGRAMS += test-modfl
+test_modfl_SOURCES = test-modfl.c randoml.c
test_modfl_LDADD = $(LDADD) @MODFL_LIBM@