Mercurial > hg > octave-kai > gnulib-hg
changeset 13110:48f80c38f0ed
gnulib-tool: Ensure the tests in the main directory are executed first.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 02 Apr 2010 19:44:45 +0200 |
parents | 18e03869bbd8 |
children | 1af4e2d31f2a |
files | ChangeLog gnulib-tool |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 ="