1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Rename tests/test-ceilf.c to tests/test-ceilf1.c.

This commit is contained in:
Bruno Haible
2007-10-13 03:00:51 +02:00
parent 216ec371a5
commit fcb8ef08b9
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-10-12 Bruno Haible <bruno@clisp.org>
* tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
* modules/ceilf-tests: Update.
2007-10-12 Bruno Haible <bruno@clisp.org>
* lib/floor.c (FUNC): Avoid rounding errors for values near a power
+4 -4
View File
@@ -1,14 +1,14 @@
Files:
tests/test-ceilf.c
tests/test-ceilf1.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-ceilf
check_PROGRAMS += test-ceilf
test_ceilf_LDADD = $(LDADD) @CEILF_LIBM@
TESTS += test-ceilf1
check_PROGRAMS += test-ceilf1
test_ceilf1_LDADD = $(LDADD) @CEILF_LIBM@
License:
LGPL