From: Paolo Bonzini Date: Wed, 14 Dec 2022 11:29:11 +0000 (+0100) Subject: tests/qapi-schema: remove Meson workaround X-Git-Tag: v8.0.0-rc0~102^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bef93ff064f540e24a36a31263ae3db2d06b3d2;p=thirdparty%2Fqemu.git tests/qapi-schema: remove Meson workaround The referenced issue has been fixed since version 0.61, so remove the workaround. Signed-off-by: Paolo Bonzini --- diff --git a/tests/qapi-schema/meson.build b/tests/qapi-schema/meson.build index 406bc7255d2..9dfe98bc9a6 100644 --- a/tests/qapi-schema/meson.build +++ b/tests/qapi-schema/meson.build @@ -277,10 +277,6 @@ if build_docs command: ['perl', '-pe', '$x = chr 13; s/$x$//', '@INPUT@'], capture: true) - # "full_path()" needed here to work around - # https://github.com/mesonbuild/meson/issues/7585 - test('QAPI rST doc', diff, args: ['-u', qapi_doc_ref_nocr[0].full_path(), - qapi_doc_out_nocr[0].full_path()], - depends: [qapi_doc_ref_nocr, qapi_doc_out_nocr], + test('QAPI rST doc', diff, args: ['-u', qapi_doc_ref_nocr[0], qapi_doc_out_nocr[0]], suite: ['qapi-schema', 'qapi-doc']) endif