summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-24 16:39:41 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-24 16:40:46 +0100
commita297a9348f2a22dcf057de2ef00389b7d36b0d15 (patch)
treebb27fd2b728dad53bff1baaf1af96e45c7aa798a /tests
parent790c1a0c7b141e3e4f37c3f670c19e039873dcbe (diff)
downloadlibguestfs-a297a9348f2a22dcf057de2ef00389b7d36b0d15.tar.gz
libguestfs-a297a9348f2a22dcf057de2ef00389b7d36b0d15.tar.xz
libguestfs-a297a9348f2a22dcf057de2ef00389b7d36b0d15.zip
tests/bigdirs: Add empty TESTS= rule.
Without this empty rule, automake doesn't generate the rest of the testing infrastructure, so you can't enable the test yourself by doing 'make check TESTS=test-big-dirs.pl'.
Diffstat (limited to 'tests')
-rw-r--r--tests/bigdirs/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/bigdirs/Makefile.am b/tests/bigdirs/Makefile.am
index 0664785a..7dbcbbb4 100644
--- a/tests/bigdirs/Makefile.am
+++ b/tests/bigdirs/Makefile.am
@@ -20,8 +20,9 @@ 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.
-
-#TESTS = test-big-dirs.pl
+# 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'
+TESTS =
TESTS_ENVIRONMENT = $(top_builddir)/run --test