summaryrefslogtreecommitdiff
path: root/modules/fmodf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-03 18:15:16 +0100
committerBruno Haible <bruno@clisp.org>2012-03-03 19:56:25 +0100
commit3261e6f0337130c6bbde8db61e28c87bb901d749 (patch)
tree070707e93fb9d4703fbd9e914bc88b638407fe12 /modules/fmodf-tests
parente342ff35944348fd2c2c8d154c639defb6268694 (diff)
downloadgnulib-3261e6f0337130c6bbde8db61e28c87bb901d749.tar.gz
fmod* tests: More tests.
* tests/test-fmod.h: New file. * tests/test-fmod.c: Include <float.h> and test-fmod.h. (main): Invoke test_function. * tests/test-fmodf.c: Include <float.h> and test-fmod.h. (main): Invoke test_function. * tests/test-fmodl.c: Include <float.h> and test-fmod.h. (main): Invoke test_function. * modules/fmod-tests (Files): Add tests/test-fmod.h, tests/randomd.c. (Makefile.am): Add randomd.c to test_fmod_SOURCES. * modules/fmodf-tests (Files): Add tests/test-fmod.h, tests/randomf.c. (Makefile.am): Add randomf.c to test_fmodf_SOURCES. * modules/fmodl-tests (Files): Add tests/test-fmod.h, tests/randoml.c. (Depends-on): Add 'float'. (Makefile.am): Add randoml.c to test_fmodl_SOURCES.
Diffstat (limited to 'modules/fmodf-tests')
-rw-r--r--modules/fmodf-tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/fmodf-tests b/modules/fmodf-tests
index 5f9ca3862e..b42897dd72 100644
--- a/modules/fmodf-tests
+++ b/modules/fmodf-tests
@@ -1,7 +1,9 @@
Files:
tests/test-fmodf.c
+tests/test-fmod.h
tests/signature.h
tests/macros.h
+tests/randomf.c
Depends-on:
@@ -10,4 +12,5 @@ configure.ac:
Makefile.am:
TESTS += test-fmodf
check_PROGRAMS += test-fmodf
+test_fmodf_SOURCES = test-fmodf.c randomf.c
test_fmodf_LDADD = $(LDADD) @FMODF_LIBM@