Specified platform for hyperkit and qemu

Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana 2017-04-27 00:18:02 +02:00
parent 1cd201aac5
commit 910205036a
No known key found for this signature in database
GPG Key ID: EFA6DEEA0206A618

View File

@ -37,7 +37,7 @@ test-bzImage: test-initrd.img
.PHONY: test-qemu-efi
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)
bin:
@ -53,7 +53,7 @@ endef
.PHONY: test-hyperkit
test-hyperkit: $(LINUXKIT) test-initrd.img test-bzImage test-cmdline
rm -f disk.img
$(LINUXKIT) run test | tee test.log
$(LINUXKIT) run hyperkit test | tee test.log
$(call check_test_log, test.log)
.PHONY: test-gcp