From bfc345cfbc120569c87d74034f3efeb618c5f8f0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 2 Apr 2010 19:44:45 +0200 Subject: [PATCH] gnulib-tool: Ensure the tests in the main directory are executed first. --- ChangeLog | 6 ++++++ gnulib-tool | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b71c8894..90083a16b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-04-02 Bruno Haible + 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 + Tests for module 'havelib', moved here from GNU gettext. * modules/havelib-tests: New file, from gettext/autoconf-lib-link with modifications. diff --git a/gnulib-tool b/gnulib-tool index 4477a090f..11aa6b87b 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -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 =" -- 2.11.0