]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:50:13 +0000 (12:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 12:50:13 +0000 (12:50 +0000)
tests/expensive [new file with mode: 0644]

diff --git a/tests/expensive b/tests/expensive
new file mode 100644 (file)
index 0000000..1eeb10e
--- /dev/null
@@ -0,0 +1,11 @@
+if test "$RUN_EXPENSIVE_TESTS" != yes; then
+  cat <<EOF >&2
+$0: This test is relatively expensive, so it is disabled by default.
+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
+
+EOF
+  exit 77
+fi