From c6d3bcb4b91e9ebf08f3afb8759760a9dbb2b744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 30 Mar 2022 13:34:11 +0400 Subject: libqtest: split QMP part in libqmp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will help moving QAPI/QMP in a common subproject. Signed-off-by: Marc-André Lureau Acked-by: Thomas Huth --- tests/unit/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/meson.build b/tests/unit/meson.build index ab01e00..264f2bc 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 -- cgit v1.1