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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc345cfbc120569c87d74034f3efeb618c5f8f0;p=pspp gnulib-tool: Ensure the tests in the main directory are executed first. --- diff --git a/ChangeLog b/ChangeLog index 6b71c8894f..90083a16be 100644 --- 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 index 4477a090f1..11aa6b87be 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 ="