tests: introduce make targets check-expensive and check-very-expensive
commit57db1fc2a97add508d43cf163d2a5f4f381d2837
authorBernhard Voelker <mail@bernhard-voelker.de>
Mon, 19 Sep 2011 18:00:56 +0000 (19 20:00 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 24 Sep 2011 11:17:21 +0000 (24 13:17 +0200)
treebf06626cfc439d5c5c66ce6b712b86d2276ffd2a
parent80a1aca0d2fad9d151a66ae5e612b96172bd5cbe
tests: introduce make targets check-expensive and check-very-expensive

* Makefile.am: add shortcuts to run (very) expensive tests.
Use "make check-expensive" to run tests with RUN_EXPENSIVE_TESTS=yes,
use "make check-very-expensive" to run tests with both
RUN_EXPENSIVE_TESTS=yes and RUN_VERY_EXPENSIVE_TESTS=yes.
Non-expensive tests are included in all cases.
Makefile.am