.
[coreutils.git] / tests / expensive
blobd1bbc5a70f44a3220e7ebc71598b042c79ddcbae
1 if test "$RUN_EXPENSIVE_TESTS" != yes; then
2   cat <<EOF >&2
3 $0: This test is relatively expensive, so it is disabled by default.
4 To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
5 environment variable set to yes.  E.g.,
7   env RUN_EXPENSIVE_TESTS=yes make check
9 EOF
10   (exit 77); exit 77