mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
Merge pull request #2671 from ceph/wip-da-fix-make_check
Makefile.am: make sure everything was build before make check Reviewed-by: Loic Dachary <loic-201408@dachary.org>
This commit is contained in:
commit
98cb9a0cc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user