changeset 15277:950cb86b9e65

Fix tests link errors. * modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM. * modules/chown-tests (Makefile.am): Don't link test-chown with LIBINTL. * modules/lchown-tests (Makefile.am): Don't link test-lchown with LIBINTL. * modules/utimens-tests (Makefile.am): Don't link test-utimens with LIBINTL. * modules/futimens-tests (Makefile.am): Don't link test-futimens with LIBINTL.
author Bruno Haible <bruno@clisp.org>
date Fri, 17 Jun 2011 12:41:19 +0200
parents a223b1671bad
children 9b866554a576
files ChangeLog modules/ceil-ieee-tests modules/chown-tests modules/futimens-tests modules/lchown-tests modules/utimens-tests
diffstat 6 files changed, 16 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
+	Fix tests link errors.
+	* modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM.
+	* modules/chown-tests (Makefile.am): Don't link test-chown with
+	LIBINTL.
+	* modules/lchown-tests (Makefile.am): Don't link test-lchown with
+	LIBINTL.
+	* modules/utimens-tests (Makefile.am): Don't link test-utimens with
+	LIBINTL.
+	* modules/futimens-tests (Makefile.am): Don't link test-futimens with
+	LIBINTL.
+
 2011-06-16  Bruno Haible  <bruno@clisp.org>
 
 	crypto/gc-sha1: Fix recent regression.
--- a/modules/ceil-ieee-tests
+++ b/modules/ceil-ieee-tests
@@ -12,4 +12,4 @@
 Makefile.am:
 TESTS += test-ceil-ieee
 check_PROGRAMS += test-ceil-ieee
-test_ceil_ieee_LDADD = $(LDADD) @FLOOR_LIBM@
+test_ceil_ieee_LDADD = $(LDADD) @CEIL_LIBM@
--- a/modules/chown-tests
+++ b/modules/chown-tests
@@ -21,4 +21,3 @@
 Makefile.am:
 TESTS += test-chown
 check_PROGRAMS += test-chown
-test_chown_LDADD = $(LDADD) @LIBINTL@
--- a/modules/futimens-tests
+++ b/modules/futimens-tests
@@ -17,4 +17,4 @@
 Makefile.am:
 TESTS += test-futimens
 check_PROGRAMS += test-futimens
-test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
--- a/modules/lchown-tests
+++ b/modules/lchown-tests
@@ -20,4 +20,3 @@
 Makefile.am:
 TESTS += test-lchown
 check_PROGRAMS += test-lchown
-test_lchown_LDADD = $(LDADD) @LIBINTL@
--- a/modules/utimens-tests
+++ b/modules/utimens-tests
@@ -19,4 +19,4 @@
 Makefile.am:
 TESTS += test-utimens
 check_PROGRAMS += test-utimens
-test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
+test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)