mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 22:10:49 +00:00
makefile: Add targets to test GCP
Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
5
Makefile
5
Makefile
@@ -52,6 +52,11 @@ hyperkit-test: $(MOBY) test-initrd.img test-bzImage test-cmdline
|
||||
script -q /dev/null $(MOBY) run test | tee test.log
|
||||
$(call check_test_log, test.log)
|
||||
|
||||
.PHONY: test-gcp
|
||||
test-gcp: $(MOBY) test.img.tar.gz
|
||||
script -q /dev/null $(MOBY) run gcp test.img.tar.gz | tee test-gcp.log
|
||||
$(call check_test_log, test-gcp.log)
|
||||
|
||||
.PHONY: test
|
||||
test: test-initrd.img test-bzImage test-cmdline
|
||||
tar cf - $^ | ./scripts/qemu.sh 2>&1 | tee test.log
|
||||
|
||||
Reference in New Issue
Block a user