diff options
| author | Philippe Mathieu-Daudé | 2020-03-06 17:57:51 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2020-03-11 15:54:38 +0100 |
| commit | 6e1da96b946a1a38d3517564af4e2f572c3ccf4b (patch) | |
| tree | 93e71e95f940fad970bef1411ed4d69c1e31f8e3 /tests/Makefile.include | |
| parent | qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot' (diff) | |
| download | qemu-6e1da96b946a1a38d3517564af4e2f572c3ccf4b.tar.gz qemu-6e1da96b946a1a38d3517564af4e2f572c3ccf4b.tar.xz qemu-6e1da96b946a1a38d3517564af4e2f572c3ccf4b.zip | |
tests/qemu-iotests: Fix socket_scm_helper build path
The socket_scm_helper path got corrupted during the mechanical
refactor moving the qtests files into their own sub-directory.
Fixes: 1e8a1fae7 ("test: Move qtests to a separate directory")
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200306165751.18986-1-philmd@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index edcbd475aa..67e8fcddda 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -589,6 +589,7 @@ include $(SRC_PATH)/tests/qtest/Makefile.include tests/test-qga$(EXESUF): qemu-ga$(EXESUF) tests/test-qga$(EXESUF): tests/test-qga.o $(qtest-obj-y) tests/vhost-user-bridge$(EXESUF): tests/vhost-user-bridge.o $(test-util-obj-y) libvhost-user.a +tests/qemu-iotests/socket_scm_helper$(EXESUF): tests/qemu-iotests/socket_scm_helper.o SPEED = quick |
