diff options
author | Fam Zheng | 2017-09-05 04:11:58 +0200 |
---|---|---|
committer | Fam Zheng | 2017-09-22 08:51:42 +0200 |
commit | b1fb9a63fcfebd058563d0be09d7fcc1bffdcf0f (patch) | |
tree | 83461cdc6a681347f422b5b1d631c22f0491dc2e /configure | |
parent | tests: Add OpenBSD image (diff) | |
download | qemu-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 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6509,7 +6509,7 @@ if test "$ccache_cpp2" = "yes"; then fi # build tree in object directory in case the source is not in the current directory -DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos tests/qapi-schema tests/tcg/xtensa tests/qemu-iotests" +DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos tests/qapi-schema tests/tcg/xtensa tests/qemu-iotests tests/vm" DIRS="$DIRS docs docs/interop fsdev" DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas pc-bios/s390-ccw" DIRS="$DIRS roms/seabios roms/vgabios" |