summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFam Zheng2017-09-05 04:11:58 +0200
committerFam Zheng2017-09-22 08:51:42 +0200
commitb1fb9a63fcfebd058563d0be09d7fcc1bffdcf0f (patch)
tree83461cdc6a681347f422b5b1d631c22f0491dc2e /Makefile
parenttests: Add OpenBSD image (diff)
downloadqemu-b1fb9a63fcfebd058563d0be09d7fcc1bffdcf0f.tar.gz
qemu-b1fb9a63fcfebd058563d0be09d7fcc1bffdcf0f.tar.xz
qemu-b1fb9a63fcfebd058563d0be09d7fcc1bffdcf0f.zip
Makefile: Add rules to run vm tests
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb831b98d1..d1501a07ee 100644
--- a/Makefile
+++ b/Makefile
@@ -811,6 +811,7 @@ endif
-include $(wildcard *.d tests/*.d)
include $(SRC_PATH)/tests/docker/Makefile.include
+include $(SRC_PATH)/tests/vm/Makefile.include
.PHONY: help
help:
@@ -834,6 +835,7 @@ help:
@echo 'Test targets:'
@echo ' check - Run all tests (check-help for details)'
@echo ' docker - Help about targets running tests inside Docker containers'
+ @echo ' vm-test - Help about targets running tests inside VM'
@echo ''
@echo 'Documentation targets:'
@echo ' html info pdf txt'