summaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorMarc-André Lureau2022-03-30 11:34:11 +0200
committerMarc-André Lureau2022-05-03 13:17:08 +0200
commitc6d3bcb4b91e9ebf08f3afb8759760a9dbb2b744 (patch)
treedad8990c20672c901ac97f96035b66ba87484a1f /tests/unit
parenttests: move libqtest.h back under qtest/ (diff)
downloadqemu-c6d3bcb4b91e9ebf08f3afb8759760a9dbb2b744.tar.gz
qemu-c6d3bcb4b91e9ebf08f3afb8759760a9dbb2b744.tar.xz
qemu-c6d3bcb4b91e9ebf08f3afb8759760a9dbb2b744.zip
libqtest: split QMP part in libqmp
This will help moving QAPI/QMP in a common subproject. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index ab01e00f12..264f2bc0c8 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -154,7 +154,7 @@ if have_system
endif
if have_ga and targetos == 'linux'
- tests += {'test-qga': ['../qtest/libqtest.c']}
+ tests += {'test-qga': ['../qtest/libqmp.c']}
test_deps += {'test-qga': qga}
endif