summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/bigdirs/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/bigdirs/Makefile.am b/tests/bigdirs/Makefile.am
index d3f92cd1..0664785a 100644
--- a/tests/bigdirs/Makefile.am
+++ b/tests/bigdirs/Makefile.am
@@ -17,10 +17,11 @@
include $(top_srcdir)/subdir-rules.mk
-TESTS = \
- test-big-dirs.pl
+EXTRA_DIST = test-big-dirs.pl
-TESTS_ENVIRONMENT = $(top_builddir)/run --test
+# Don't run this test by default. It takes a very long time
+# to run and is not especially informative.
+
+#TESTS = test-big-dirs.pl
-EXTRA_DIST = \
- $(TESTS)
+TESTS_ENVIRONMENT = $(top_builddir)/run --test