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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
---
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