changeset 11230:b07f7aa4a1fd

Avoid test link errors.
author Bruno Haible <bruno@clisp.org>
date Fri, 27 Feb 2009 23:03:15 +0100
parents 6dad92faecd1
children 30f41a946fb0
files ChangeLog modules/uninorm/nfc-tests modules/uninorm/nfd-tests modules/uninorm/nfkc-tests modules/uninorm/nfkd-tests
diffstat 5 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 27 18:38:43 2009 +0100
+++ b/ChangeLog	Fri Feb 27 23:03:15 2009 +0100
@@ -1,3 +1,12 @@
+2009-02-27  Bruno Haible  <bruno@clisp.org>
+
+	Avoid test link errors.
+	* modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
+	* modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
+	* modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
+	* modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
+	Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
 2009-02-27  Bruno Haible  <bruno@clisp.org>
 
 	Avoid spurious "(cached)" in configure output.
--- a/modules/uninorm/nfc-tests	Fri Feb 27 18:38:43 2009 +0100
+++ b/modules/uninorm/nfc-tests	Fri Feb 27 23:03:15 2009 +0100
@@ -31,3 +31,4 @@
 test_u32_nfc_big_SOURCES = \
   uninorm/test-u32-nfc-big.c \
   uninorm/test-u32-normalize-big.c
+test_u32_nfc_big_LDADD = $(LDADD) @LIBINTL@
--- a/modules/uninorm/nfd-tests	Fri Feb 27 18:38:43 2009 +0100
+++ b/modules/uninorm/nfd-tests	Fri Feb 27 23:03:15 2009 +0100
@@ -31,4 +31,5 @@
 test_u32_nfd_big_SOURCES = \
   uninorm/test-u32-nfd-big.c \
   uninorm/test-u32-normalize-big.c
+test_u32_nfd_big_LDADD = $(LDADD) @LIBINTL@
 
--- a/modules/uninorm/nfkc-tests	Fri Feb 27 18:38:43 2009 +0100
+++ b/modules/uninorm/nfkc-tests	Fri Feb 27 23:03:15 2009 +0100
@@ -31,4 +31,5 @@
 test_u32_nfkc_big_SOURCES = \
   uninorm/test-u32-nfkc-big.c \
   uninorm/test-u32-normalize-big.c
+test_u32_nfkc_big_LDADD = $(LDADD) @LIBINTL@
 
--- a/modules/uninorm/nfkd-tests	Fri Feb 27 18:38:43 2009 +0100
+++ b/modules/uninorm/nfkd-tests	Fri Feb 27 23:03:15 2009 +0100
@@ -31,4 +31,5 @@
 test_u32_nfkd_big_SOURCES = \
   uninorm/test-u32-nfkd-big.c \
   uninorm/test-u32-normalize-big.c
+test_u32_nfkd_big_LDADD = $(LDADD) @LIBINTL@