From: Danny Al-Gaaf Date: Wed, 8 Oct 2014 18:19:07 +0000 (+0200) Subject: Makefile.am: make sure everything was build before make check X-Git-Tag: v0.88~87^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f06ffba021ad4288661b0c356898f2e5069fb057;p=ceph.git Makefile.am: make sure everything was build before make check Signed-off-by: Danny Al-Gaaf --- diff --git a/Makefile.am b/Makefile.am index 0a07d05f3d09..30ceaf43cfd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ if WITH_DEBUG @cd src/gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.a lib/libgtest_main.a endif -check-local: +check-local: all # We build gtest this way, instead of using SUBDIRS, because with that, # gtest's own tests would be run and that would slow us down. @cd src/gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.a lib/libgtest_main.a