]> Savannah Git Hosting - gnulib.git/commit
fabs* tests: More tests.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 15:14:14 +0000 (16:14 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2012 15:18:08 +0000 (16:18 +0100)
commitff53c39e3f416e4b8b5dd03e303986edbf20f56c
treeb130ea9260d05f70b59887aa93bcc3b57171960a
parentd9a34d524bf815ee9424bf43d8e069fd28a001c4
fabs* tests: More tests.

* tests/test-fabs.h: New file, partially extracted from
tests/test-fabsl.c.
* tests/test-fabs.c (RANDOM): New macro.
* tests/test-fabsf.c (RANDOM): New macro.
* tests/test-fabsl.c (RANDOM): New macro.
* modules/fabs-tests (Files): Add tests/randomd.c.
(Makefile.am): Add randomd.c to test_fabs_SOURCES.
* modules/fabsf-tests (Files): Add tests/randomf.c.
(Makefile.am): Add randomf.c to test_fabsf_SOURCES.
* modules/fabsl-tests (Files): Add tests/randoml.c.
(Makefile.am): Add randoml.c to test_fabsl_SOURCES.
ChangeLog
modules/fabs-tests
modules/fabsf-tests
modules/fabsl-tests
tests/test-fabs.c
tests/test-fabs.h [new file with mode: 0644]
tests/test-fabsf.c
tests/test-fabsl.c