1 if test "$RUN_EXPENSIVE_TESTS" != yes; then
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