diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-30 13:34:11 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-05-03 15:17:08 +0400 |
commit | c6d3bcb4b91e9ebf08f3afb8759760a9dbb2b744 (patch) | |
tree | dad8990c20672c901ac97f96035b66ba87484a1f /tests/qtest/libqos | |
parent | 907b5105f1b9e1af1abbdbb4f2039c7ab105c001 (diff) |
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/qtest/libqos')
-rw-r--r-- | tests/qtest/libqos/meson.build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/qtest/libqos/meson.build b/tests/qtest/libqos/meson.build index e988d15791..9f292339f9 100644 --- a/tests/qtest/libqos/meson.build +++ b/tests/qtest/libqos/meson.build @@ -1,4 +1,7 @@ -libqos_srcs = files('../libqtest.c', +libqos_srcs = files( + '../libqtest.c', + '../libqmp.c', + 'qgraph.c', 'qos_external.c', 'pci.c', |