1
0
Fork 0
qemu/tests/lcitool/Makefile.include
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

17 lines
475 B
Text

LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh
lcitool:
@echo 'Manage build environment manifests'
@echo
@echo 'Available targets:'
@echo
@echo ' lcitool: Print this help.'
@echo ' lcitool-refresh: Re-generate all build environment manifests.'
@echo
lcitool-help: lcitool
lcitool-refresh:
$(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
$(call quiet-command, $(PYTHON) $(LCITOOL_REFRESH))