]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile.am: make sure everything was build before make check 2671/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 8 Oct 2014 18:19:07 +0000 (20:19 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 8 Oct 2014 18:19:07 +0000 (20:19 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Makefile.am

index 0a07d05f3d09f40160d86a696664e23b7b5ba36e..30ceaf43cfd1479e882c762af212363b2c795eb4 100644 (file)
@@ -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