summaryrefslogtreecommitdiff
path: root/tests/very-expensive
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-04 09:52:09 +0000
committerJim Meyering <jim@meyering.net>2005-11-04 09:52:09 +0000
commit149f1bbd107c3697a761217669c5ee4b63e092be (patch)
tree3f9e21ed8dfd0cd378569554cafb6b0a5c2e4196 /tests/very-expensive
parent302043681fc85b1376659bcee43dfdbb7c0fc72a (diff)
downloadcoreutils-149f1bbd107c3697a761217669c5ee4b63e092be.tar.xz
just like expensive, but `very'
Diffstat (limited to 'tests/very-expensive')
-rw-r--r--tests/very-expensive11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/very-expensive b/tests/very-expensive
new file mode 100644
index 000000000..3e27c0bed
--- /dev/null
+++ b/tests/very-expensive
@@ -0,0 +1,11 @@
+if test "$RUN_VERY_EXPENSIVE_TESTS" != yes; then
+ cat <<EOF >&2
+$0: This test is very expensive, so it is disabled by default.
+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
+
+EOF
+ (exit 77); exit 77
+fi