···811811-include $(wildcard *.d tests/*.d)
812812813813include $(SRC_PATH)/tests/docker/Makefile.include
814814+include $(SRC_PATH)/tests/vm/Makefile.include
814815815816.PHONY: help
816817help:
···834835 @echo 'Test targets:'
835836 @echo ' check - Run all tests (check-help for details)'
836837 @echo ' docker - Help about targets running tests inside Docker containers'
838838+ @echo ' vm-test - Help about targets running tests inside VM'
837839 @echo ''
838840 @echo 'Documentation targets:'
839841 @echo ' html info pdf txt'
+1-1
configure
···65096509fi
6510651065116511# build tree in object directory in case the source is not in the current directory
65126512-DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos tests/qapi-schema tests/tcg/xtensa tests/qemu-iotests"
65126512+DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos tests/qapi-schema tests/tcg/xtensa tests/qemu-iotests tests/vm"
65136513DIRS="$DIRS docs docs/interop fsdev"
65146514DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas pc-bios/s390-ccw"
65156515DIRS="$DIRS roms/seabios roms/vgabios"