diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-11-13 13:46:47 +0000 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-11-13 15:26:29 +0000 |
| commit | ee5f18293b72779ea7387414cca5cd8c35230fc8 (patch) | |
| tree | 0fdaf1f35ec4511ce084f74b35cd0ea06334a356 /tests/bigdirs | |
| parent | cb4284b9e331c5c27351dadf8fe776f137eff318 (diff) | |
| download | libguestfs-ee5f18293b72779ea7387414cca5cd8c35230fc8.tar.gz libguestfs-ee5f18293b72779ea7387414cca5cd8c35230fc8.tar.xz libguestfs-ee5f18293b72779ea7387414cca5cd8c35230fc8.zip | |
tests: Add 'make check-slow' rule to recursively run slow/long-running tests.
Diffstat (limited to 'tests/bigdirs')
| -rw-r--r-- | tests/bigdirs/Makefile.am | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/bigdirs/Makefile.am b/tests/bigdirs/Makefile.am index 7dbcbbb4..770d97d3 100644 --- a/tests/bigdirs/Makefile.am +++ b/tests/bigdirs/Makefile.am @@ -19,10 +19,12 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = test-big-dirs.pl -# Don't run this test by default. It takes a very long time -# to run and is not especially informative. However we have to -# have an empty TESTS rule otherwise you can't run the test -# from the command line using 'make check TESTS=test-big-dirs.pl' +# Don't run this test by default. It takes a very long time to run +# and is not especially informative. However we have to have an empty +# TESTS rule otherwise you can't run the test from the command line +# using 'make TESTS=test-big-dirs.pl check' TESTS = - TESTS_ENVIRONMENT = $(top_builddir)/run --test + +check-slow: + $(MAKE) TESTS="test-big-dirs.pl" check |
