Tizen 2.0 Release
[external/tizen-coreutils.git] / tests / very-expensive
1 if test "$RUN_VERY_EXPENSIVE_TESTS" != yes; then
2   cat <<EOF >&2
3 $0: This test is very expensive, so it is disabled by default.
4 To run it anyway, rerun make check with the RUN_VERY_EXPENSIVE_TESTS
5 environment variable set to yes.  E.g.,
6
7   env RUN_VERY_EXPENSIVE_TESTS=yes make check
8
9 EOF
10   (exit 77); exit 77
11 fi