From f06ffba021ad4288661b0c356898f2e5069fb057 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 8 Oct 2014 20:19:07 +0200 Subject: [PATCH] Makefile.am: make sure everything was build before make check Signed-off-by: Danny Al-Gaaf --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0a07d05f3d09f..30ceaf43cfd14 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 -- 2.39.5