mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +00:00
makefile: Add targets to test GCP
Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
parent
fddfd0b3ec
commit
a4980c8bfb
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
|
script -q /dev/null $(MOBY) run test | tee test.log
|
||||||
$(call check_test_log, 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
|
.PHONY: test
|
||||||
test: test-initrd.img test-bzImage test-cmdline
|
test: test-initrd.img test-bzImage test-cmdline
|
||||||
tar cf - $^ | ./scripts/qemu.sh 2>&1 | tee test.log
|
tar cf - $^ | ./scripts/qemu.sh 2>&1 | tee test.log
|
||||||
|
Loading…
Reference in New Issue
Block a user