mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
ut: change xml output directory to make Bamboo a bit happier
This commit is contained in:
parent
8901cde35b
commit
14db5c80f1
@ -61,11 +61,11 @@ $(eval $(call LINK_CXX_TEMPLATE,$(OUTDIR)/$(TARGET).elf,$(ALLOBJ) $(OUTDIR)/gtes
|
|||||||
elf: $(OUTDIR)/$(TARGET).elf
|
elf: $(OUTDIR)/$(TARGET).elf
|
||||||
|
|
||||||
.PHONY: xml
|
.PHONY: xml
|
||||||
xml: $(OUTDIR)/$(TARGET).xml
|
xml: $(OUTDIR)/test-reports/$(TARGET).xml
|
||||||
|
|
||||||
$(OUTDIR)/$(TARGET).xml: $(OUTDIR)/$(TARGET).elf
|
$(OUTDIR)/test-reports/$(TARGET).xml: $(OUTDIR)/$(TARGET).elf
|
||||||
$(V0) @echo " TEST XML $(MSG_EXTRA) $(call toprel, $@)"
|
$(V0) @echo " TEST XML $(MSG_EXTRA) $(call toprel, $@)"
|
||||||
$(V1) $< --gtest_output=xml:$(OUTDIR)/$(TARGET).xml > /dev/null
|
$(V1) $< --gtest_output=xml:$@ > /dev/null
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: $(OUTDIR)/$(TARGET).elf
|
run: $(OUTDIR)/$(TARGET).elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user