coreutils
[Top][All Lists]
Advanced

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

[PATCH] tests: mention targets check-expensive/check-very-expensive in t


From: Bernhard Voelker
Subject: [PATCH] tests: mention targets check-expensive/check-very-expensive in test logs
Date: Thu, 25 Aug 2011 08:50:24 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

Additionally to the patch proposal yesterday
(Subject: Re: make check-expensive [was:...])
another patch follows to mention the new targets
in the test output.

On 08/24/2011 01:08 PM, Bernhard Voelker wrote:
On 08/24/2011 12:24 PM, Jim Meyering wrote:
If you would find some testing-related make shortcut to be useful,
please propose a patch, preferably without modifying all tests ;-)

 From 4c994ab75a3d0c2eda5aa9246388dccf5058f250 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
Date: Wed, 24 Aug 2011 13:06:28 +0200
Subject: [PATCH] tests: introduce make targets check-expensive and
check-very-expensive

From 9593d4da4c01f53cd88bdcd2b8fbc9f62637803a Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
Date: Thu, 25 Aug 2011 08:43:18 +0200
Subject: [PATCH] tests: mention targets check-expensive/check-very-expensive in test logs

* tests/init.cfg: (very_expensive_): mention toplevel make target
check-very-expensive, (expensive_): likewise (check-expensive).

Signed-off-by: Bernhard Voelker <address@hidden>
---
 tests/init.cfg |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/tests/init.cfg b/tests/init.cfg
index 7e05d0d..023ab9b 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -253,6 +253,10 @@ To run it anyway, rerun make check with the RUN_VERY_EXPENSIVE_TESTS
 environment variable set to yes.  E.g.,

   env RUN_VERY_EXPENSIVE_TESTS=yes make check
+
+or use the shortcut target of the toplevel Makefile,
+
+  make check-very-expensive
 '
   fi
 }
@@ -266,6 +270,10 @@ To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
 environment variable set to yes.  E.g.,

   env RUN_EXPENSIVE_TESTS=yes make check
+
+or use the shortcut target of the toplevel Makefile,
+
+  make check-expensive
 '
   fi
 }
--
1.7.3.4



reply via email to

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