diff options
author | Marc-André Lureau | 2022-03-30 11:34:11 +0200 |
---|---|---|
committer | Marc-André Lureau | 2022-05-03 13:17:08 +0200 |
commit | c6d3bcb4b91e9ebf08f3afb8759760a9dbb2b744 (patch) | |
tree | dad8990c20672c901ac97f96035b66ba87484a1f /tests/unit | |
parent | tests: move libqtest.h back under qtest/ (diff) | |
download | qemu-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.build | 2 |
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 |