mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
Honor V=1 build flag when building tests recursively
Allow to display the verbose command lines even when building the test programs. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST="make tests" with and without V=1 Change-Id: Ib1195c7e069d7823c2eb7b2311bd5f3c6cd6c835
This commit is contained in:
@@ -49,7 +49,8 @@ qemu-test-targets=$(foreach t,$(test-list),qemu-$(t))
|
||||
$(test-targets): test-%:
|
||||
@set -e ; \
|
||||
echo " BUILD $(out)/$*" ; \
|
||||
$(MAKE) -s BOARD=$(BOARD) PROJECT=$* out=$(out)/$*
|
||||
$(MAKE) --no-print-directory BOARD=$(BOARD) PROJECT=$* \
|
||||
V=$(V) out=$(out)/$*
|
||||
|
||||
$(qemu-test-targets): qemu-%: test-%
|
||||
$(call quiet,qemu,TEST )
|
||||
|
||||
Reference in New Issue
Block a user