diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-10 22:36:51 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-07-11 15:53:29 +0100 |
commit | 024ce1ef7c47934e979b1ec15f528928542e80f4 (patch) | |
tree | 4d75638b8d1dbebc06b776c87eb8ba698487df09 /tests | |
parent | 83c85bf1d68d360bb16353cdd12e873563d00fe5 (diff) | |
download | qemu-024ce1ef7c47934e979b1ec15f528928542e80f4.zip qemu-024ce1ef7c47934e979b1ec15f528928542e80f4.tar.gz qemu-024ce1ef7c47934e979b1ec15f528928542e80f4.tar.bz2 |
tests: fix "make check-qtest" for modular builds
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200710203652.9708-2-kraxel@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/Makefile.include b/tests/qtest/Makefile.include index 98af2c2..6a0276f 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 |