Fix test dependencies.
authorBruno Haible <bruno@clisp.org>
Mon, 25 Jan 2010 21:12:37 +0000 (22:12 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 25 Jan 2010 21:12:37 +0000 (22:12 +0100)
ChangeLog
modules/xstrtol-tests
modules/xstrtoll-tests

index 5d82d10..97da1d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-25  Bruno Haible  <bruno@clisp.org>
+
+       Fix test dependencies.
+       * modules/xstrtol-tests (Depends-on): Add inttypes.
+       * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
+
 2010-01-25 Pádraig Brady <P@draigBrady.com>
 
        syntax-check: detect incorrect boolean macro values in config.h
index 91b74b3..664015b 100644 (file)
@@ -4,6 +4,7 @@ tests/test-xstrtoul.c
 tests/test-xstrtol.sh
 
 Depends-on:
+inttypes
 
 configure.ac:
 
index a1b0754..bef462a 100644 (file)
@@ -6,7 +6,7 @@ tests/test-xstrtoull.c
 tests/test-xstrtoll.sh
 
 Depends-on:
-xstrtoll
+inttypes
 
 configure.ac: