summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-02 19:44:45 +0200
committerBruno Haible <bruno@clisp.org>2010-04-02 19:44:45 +0200
commitbfc345cfbc120569c87d74034f3efeb618c5f8f0 (patch)
tree8a15866fa4e2277bd18f67fe574f7ba99a3f57c4 /gnulib-tool
parent097c9ce08a79899ff942b9b6ee811e613605499f (diff)
downloadgnulib-bfc345cfbc120569c87d74034f3efeb618c5f8f0.tar.gz
gnulib-tool: Ensure the tests in the main directory are executed first.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool2
1 files changed, 1 insertions, 1 deletions
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 ="