From 0bf515ea9df607c1668a2c50c3fccb23c261a04d Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Thu, 24 Oct 2013 09:45:01 -0600 Subject: [PATCH] Bug 3836: Fix issues with automake 1.13 and later and make check (extra) --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2