mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 04:28:20 +00:00
Merge pull request #1722 from fntlnz/fix/makefile-test-targets
Specified platform for hyperkit and qemu
This commit is contained in:
commit
8783797384
4
Makefile
4
Makefile
@ -37,7 +37,7 @@ test-bzImage: test-initrd.img
|
|||||||
|
|
||||||
.PHONY: test-qemu-efi
|
.PHONY: test-qemu-efi
|
||||||
test-qemu-efi: $(LINUXKIT) test-efi.iso
|
test-qemu-efi: $(LINUXKIT) test-efi.iso
|
||||||
$(LINUXKIT) run $^ | tee test-efi.log
|
$(LINUXKIT) run qemu test | tee test-efi.log
|
||||||
$(call check_test_log, test-efi.log)
|
$(call check_test_log, test-efi.log)
|
||||||
|
|
||||||
bin:
|
bin:
|
||||||
@ -53,7 +53,7 @@ endef
|
|||||||
.PHONY: test-hyperkit
|
.PHONY: test-hyperkit
|
||||||
test-hyperkit: $(LINUXKIT) test-initrd.img test-bzImage test-cmdline
|
test-hyperkit: $(LINUXKIT) test-initrd.img test-bzImage test-cmdline
|
||||||
rm -f disk.img
|
rm -f disk.img
|
||||||
$(LINUXKIT) run test | tee test.log
|
$(LINUXKIT) run hyperkit test | tee test.log
|
||||||
$(call check_test_log, test.log)
|
$(call check_test_log, test.log)
|
||||||
|
|
||||||
.PHONY: test-gcp
|
.PHONY: test-gcp
|
||||||
|
Loading…
Reference in New Issue
Block a user