From a297a9348f2a22dcf057de2ef00389b7d36b0d15 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 24 Sep 2012 16:39:41 +0100 Subject: 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'. --- tests/bigdirs/Makefile.am | 7 ++++--- 1 file 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 -- cgit