From: Marc-André Lureau <[email protected]> Hi,
This series convert the unit tests from tests/Makefile.include to meson. Based-on: <[email protected]> Marc-André Lureau (16): meson: build qapi tests library meson: declare tasn1 dependency meson: declare keyutils dependency meson: convert qht-bench tests: qga has virtio-serial by default when host has it meson: convert the unit tests meson: move keyutils dependency check meson: remove old socket_scm_helper rule meson: convert vhost-user-bridge meson: convert atomic*-bench tests/Makefile.include: update check-build tests: do not print benchmark output to stdout meson: convert the speed tests tests/migration/stress: remove unused exit_success meson: fix migration/stress compilation with glib>=2.30 meson: convert migration/initrd-stress Makefile | 2 +- configure | 25 --- meson.build | 10 + scripts/mtest2make.py | 3 +- tests/Makefile.include | 368 +------------------------------ tests/benchmark-crypto-cipher.c | 8 +- tests/benchmark-crypto-hash.c | 2 +- tests/benchmark-crypto-hmac.c | 8 +- tests/include/meson.build | 13 ++ tests/meson.build | 253 +++++++++++++++++++++ tests/migration/initrd-stress.sh | 10 + tests/migration/meson.build | 14 ++ tests/migration/stress.c | 15 +- tests/test-crypto-secret.c | 10 +- tests/test-qga.c | 4 +- 15 files changed, 325 insertions(+), 420 deletions(-) create mode 100644 tests/include/meson.build create mode 100755 tests/migration/initrd-stress.sh create mode 100644 tests/migration/meson.build -- 2.26.2
