From: Francesco Chemolli Date: Thu, 24 Oct 2013 15:45:01 +0000 (-0600) Subject: Bug 3836: Fix issues with automake 1.13 and later and make check (extra) X-Git-Tag: SQUID_3_3_10~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf515ea9df607c1668a2c50c3fccb23c261a04d;p=thirdparty%2Fsquid.git Bug 3836: Fix issues with automake 1.13 and later and make check (extra) --- diff --git a/src/Makefile.am b/src/Makefile.am index 42438e4921..fd1a0740bc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1089,6 +1089,9 @@ check_PROGRAMS+=\ tests/testStatHist \ $(STORE_TESTS) +if HAVE_FS_ROCK +check_PROGRAMS += tests/testRock +endif if HAVE_FS_UFS check_PROGRAMS += tests/testUfs endif