From 7a9376508b5cf731a98a66e4021aa9d0167ef723 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 13 Oct 2007 02:28:32 +0200 Subject: [PATCH] Rename tests/test-floorf.c to tests/test-floorf1.c. --- ChangeLog | 5 +++++ modules/floorf-tests | 8 ++++---- tests/{test-floorf.c => test-floorf1.c} | 0 3 files changed, 9 insertions(+), 4 deletions(-) rename tests/{test-floorf.c => test-floorf1.c} (100%) diff --git a/ChangeLog b/ChangeLog index ff38c08fe2..2886236767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-12 Bruno Haible + + * tests/test-floorf1.c: Renamed from tests/test-floorf.c. + * modules/floorf-tests: Update. + 2007-10-12 Bruno Haible * tests/test-trunc2.c: New file. diff --git a/modules/floorf-tests b/modules/floorf-tests index bc9e0d3ba4..c8a97a8588 100644 --- a/modules/floorf-tests +++ b/modules/floorf-tests @@ -1,14 +1,14 @@ Files: -tests/test-floorf.c +tests/test-floorf1.c Depends-on: configure.ac: Makefile.am: -TESTS += test-floorf -check_PROGRAMS += test-floorf -test_floorf_LDADD = $(LDADD) @FLOORF_LIBM@ +TESTS += test-floorf1 +check_PROGRAMS += test-floorf1 +test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@ License: LGPL diff --git a/tests/test-floorf.c b/tests/test-floorf1.c similarity index 100% rename from tests/test-floorf.c rename to tests/test-floorf1.c -- 2.30.2