changeset 13595:fc90387175d8

unistr/u*-strchr: Fix tests dependencies.
author Bruno Haible <bruno@clisp.org>
date Sat, 28 Aug 2010 22:37:43 +0200
parents 4cd1a9ea04e8
children 3db59d862630
files ChangeLog modules/unistr/u16-strchr-tests modules/unistr/u8-strchr-tests
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-28  Bruno Haible  <bruno@clisp.org>
+
+	unistr/u*-strchr: Fix tests dependencies.
+	* modules/unistr/u8-strchr-tests (Depends-on): Add unistr/u32-to-u8.
+	* modules/unistr/u16-strchr-tests (Depends-on): Add unistr/u32-to-u16.
+	Reported by Ian Beckwith <ianb@erislabs.net>.
+
 2010-08-28  Bruno Haible  <bruno@clisp.org>
 
 	read-file: Don't occupy too much unused memory.
--- a/modules/unistr/u16-strchr-tests
+++ b/modules/unistr/u16-strchr-tests
@@ -10,6 +10,7 @@
 getpagesize
 unistr/u16-set
 unistr/u32-set
+unistr/u32-to-u16
 
 configure.ac:
 gl_FUNC_MMAP_ANON
--- a/modules/unistr/u8-strchr-tests
+++ b/modules/unistr/u8-strchr-tests
@@ -10,6 +10,7 @@
 getpagesize
 unistr/u8-set
 unistr/u32-set
+unistr/u32-to-u8
 
 configure.ac:
 gl_FUNC_MMAP_ANON