# HG changeset patch # User Bruno Haible # Date 1270230285 -7200 # Node ID 48f80c38f0ed72639b5b582ae68de4c176192f17 # Parent 18e03869bbd88f19ddf9d3134bc5a2ee9849dec2 gnulib-tool: Ensure the tests in the main directory are executed first. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/gnulib-tool b/gnulib-tool --- a/gnulib-tool +++ b/gnulib-tool @@ -3011,7 +3011,7 @@ # 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 ="