bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnulib-tool: Ensure the tests in the main directory are executed first


From: Bruno Haible
Subject: gnulib-tool: Ensure the tests in the main directory are executed first
Date: Fri, 2 Apr 2010 18:44:18 +0100
User-agent: KMail/1.9.9

This ensures that tests in subdirectories (likely long-running ones) are
done last.


2010-04-02  Bruno Haible  <address@hidden>

        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.

--- gnulib-tool.orig    Fri Apr  2 19:40:16 2010
+++ gnulib-tool Fri Apr  2 19:37:01 2010
@@ -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 ="




reply via email to

[Prev in Thread] Current Thread [Next in Thread]