From: Bruno Haible Date: Fri, 2 Apr 2010 17:44:45 +0000 (+0200) Subject: gnulib-tool: Ensure the tests in the main directory are executed first. X-Git-Tag: v0.1~4377 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=bfc345cfbc120569c87d74034f3efeb618c5f8f0;p=gnulib.git gnulib-tool: Ensure the tests in the main directory are executed first. --- 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 ="