diff options
author | Fam Zheng <famz@redhat.com> | 2017-09-05 10:11:58 +0800 |
---|---|---|
committer | Fam Zheng <famz@redhat.com> | 2017-09-22 14:51:42 +0800 |
commit | b1fb9a63fcfebd058563d0be09d7fcc1bffdcf0f (patch) | |
tree | 83461cdc6a681347f422b5b1d631c22f0491dc2e /configure | |
parent | fdfaa33291eb38fc4eaf411f0cb734225b8bb809 (diff) |
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" |