]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3836: Fix issues with automake 1.13 and later and make check (extra)
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 24 Oct 2013 15:45:01 +0000 (09:45 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Oct 2013 15:45:01 +0000 (09:45 -0600)
src/Makefile.am

index 42438e4921f09bc6b90698c0113c0545cc54c34f..fd1a0740bcbe4f13913bb46a3fc71a3c7523eee7 100644 (file)
@@ -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