From: Bruno Haible Date: Sat, 28 Aug 2010 20:37:43 +0000 (+0200) Subject: unistr/u*-strchr: Fix tests dependencies. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c345f635fe0306aed3a7724c94dc1e22a29d88a;p=pspp unistr/u*-strchr: Fix tests dependencies. --- diff --git a/ChangeLog b/ChangeLog index d4eaed748a..0b67363459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-08-28 Bruno Haible + + 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 . + 2010-08-28 Bruno Haible read-file: Don't occupy too much unused memory. diff --git a/modules/unistr/u16-strchr-tests b/modules/unistr/u16-strchr-tests index d99ca31f7a..9ed85cc0ac 100644 --- a/modules/unistr/u16-strchr-tests +++ b/modules/unistr/u16-strchr-tests @@ -10,6 +10,7 @@ extensions getpagesize unistr/u16-set unistr/u32-set +unistr/u32-to-u16 configure.ac: gl_FUNC_MMAP_ANON diff --git a/modules/unistr/u8-strchr-tests b/modules/unistr/u8-strchr-tests index 899bed5de0..bbecc7f8f3 100644 --- a/modules/unistr/u8-strchr-tests +++ b/modules/unistr/u8-strchr-tests @@ -10,6 +10,7 @@ extensions getpagesize unistr/u8-set unistr/u32-set +unistr/u32-to-u8 configure.ac: gl_FUNC_MMAP_ANON