gnulib-tool: Ensure the tests in the main directory are executed first.
authorBruno Haible <bruno@clisp.org>
Fri, 2 Apr 2010 17:44:45 +0000 (19:44 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 2 Apr 2010 17:44:45 +0000 (19:44 +0200)
ChangeLog
gnulib-tool

index 6b71c8894f0e28dcdfd23fe7fe61e39a05e00f33..90083a16be264933ed8d90c5e397b153dd67d516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-02  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool: Ensure the tests in the main directory are executed first.
+       * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
+       start with the current directory.
+
 2010-04-02  Bruno Haible  <bruno@clisp.org>
 
        Tests for module 'havelib', moved here from GNU gettext.
index 4477a090f1c3448dd98f1a8a01aa6ad81a5df9c5..11aa6b87be45c9714372557fb19aa8efaa20f224 100755 (executable)
@@ -3011,7 +3011,7 @@ func_emit_tests_Makefile_am ()
   # Nothing is being added to SUBDIRS; nevertheless the existence of this
   # variable is needed to avoid an error from automake:
   #   "AM_GNU_GETTEXT used but SUBDIRS not defined"
-  echo "SUBDIRS ="
+  echo "SUBDIRS = ."
   echo "TESTS ="
   echo "XFAIL_TESTS ="
   echo "TESTS_ENVIRONMENT ="