From: Gerd Hoffmann Date: Fri, 10 Jul 2020 20:36:51 +0000 (+0200) Subject: tests: fix "make check-qtest" for modular builds X-Git-Tag: v5.1.0-rc0~15^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=024ce1ef7c47934e979b1ec15f528928542e80f4;p=thirdparty%2Fqemu.git tests: fix "make check-qtest" for modular builds Signed-off-by: Gerd Hoffmann Signed-off-by: Alex Bennée Message-Id: <20200710203652.9708-2-kraxel@redhat.com> --- diff --git a/tests/qtest/Makefile.include b/tests/qtest/Makefile.include index 98af2c2d933..6a0276fd42d 100644 --- a/tests/qtest/Makefile.include +++ b/tests/qtest/Makefile.include @@ -277,6 +277,7 @@ tests/qtest/tco-test$(EXESUF): tests/qtest/tco-test.o $(libqos-pc-obj-y) tests/qtest/virtio-ccw-test$(EXESUF): tests/qtest/virtio-ccw-test.o tests/qtest/display-vga-test$(EXESUF): tests/qtest/display-vga-test.o tests/qtest/qom-test$(EXESUF): tests/qtest/qom-test.o +tests/qtest/modules-test$(EXESUF): tests/qtest/modules-test.o tests/qtest/test-hmp$(EXESUF): tests/qtest/test-hmp.o tests/qtest/machine-none-test$(EXESUF): tests/qtest/machine-none-test.o tests/qtest/device-plug-test$(EXESUF): tests/qtest/device-plug-test.o