mbox series

[0/2] simplify tests/qtest/meson.build and update docs

Message ID 20201007080312.566464-1-pbonzini@redhat.com
Headers show
Series simplify tests/qtest/meson.build and update docs | expand

Message

Paolo Bonzini Oct. 7, 2020, 8:03 a.m. UTC
The instructions for adding new unit tests were not in
build-system.rst and therefore I missed them in the Meson
conversion.  Patch 2 updates them; before that, however,
patch 1 applies the same trick to qtests that was used to
simplify the unit tests conversion.

Paolo Bonzini (2):
  qtest: unify extra_qtest_srcs and extra_qtest_deps
  docs/devel: update instruction on how to add new unit tests

 docs/devel/qtest.rst    | 30 +++++++++++++++-------
 docs/devel/testing.rst  | 19 +++++++-------
 tests/qtest/meson.build | 55 +++++++++++++++++++----------------------
 3 files changed, 57 insertions(+), 47 deletions(-)