OSDN Git Service

qtest: unify extra_qtest_srcs and extra_qtest_deps
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Oct 2020 12:44:00 +0000 (08:44 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Oct 2020 15:50:23 +0000 (11:50 -0400)
commitda00d067eaf24968cc5bf7c8065c7b8b1070e16c
treec8b448cabbc95b8bc50773ea16409bc9a5fbc418
parent51c778edd347452ce22146bd004bc7adab5f3a1a
qtest: unify extra_qtest_srcs and extra_qtest_deps

Currently the extra sources and extra dependencies of qtests are held
in two separate dictionaries.  Use the same trick as tests/meson.build
to combine them into one.  This will make it easier to update the
documentation for unit tests and qtests.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/meson.build