From 910205036ae6aeffe937d449e0fcee0eeeb6a85d Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 27 Apr 2017 00:18:02 +0200 Subject: [PATCH] Specified platform for hyperkit and qemu Signed-off-by: Lorenzo Fontana --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c893e97ac..7a8da284a 100644 --- a/Makefile +++ b/Makefile @@ -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