[PULL 0/1] "make check" switch to meson test harness

Paolo Bonzini posted 1 patch 2 years, 4 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211223101736.507167-1-pbonzini@redhat.com
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Peter Maydell <peter.maydell@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, "Alex Bennée" <alex.bennee@linaro.org>, Cleber Rosa <crosa@redhat.com>
Makefile              |   3 +-
meson.build           |   5 +-
scripts/mtest2make.py | 112 ++++++---------
scripts/tap-driver.pl | 379 --------------------------------------------------
scripts/tap-merge.pl  | 111 ---------------
tests/fp/meson.build  |   2 +-
6 files changed, 51 insertions(+), 561 deletions(-)
delete mode 100755 scripts/tap-driver.pl
delete mode 100755 scripts/tap-merge.pl
[PULL 0/1] "make check" switch to meson test harness
Posted by Paolo Bonzini 2 years, 4 months ago
The following changes since commit 2bf40d0841b942e7ba12953d515e62a436f0af84:

  Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into staging (2021-12-20 13:20:07 -0800)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream-mtest

for you to fetch changes up to 3d2f73ef75e25ba850aff4fcccb36d50137afd0f:

  build: use "meson test" as the test harness (2021-12-23 10:06:19 +0100)

----------------------------------------------------------------
Replace tap-driver.pl with "meson test".

----------------------------------------------------------------
Paolo Bonzini (1):
      build: use "meson test" as the test harness

 Makefile              |   3 +-
 meson.build           |   5 +-
 scripts/mtest2make.py | 112 ++++++---------
 scripts/tap-driver.pl | 379 --------------------------------------------------
 scripts/tap-merge.pl  | 111 ---------------
 tests/fp/meson.build  |   2 +-
 6 files changed, 51 insertions(+), 561 deletions(-)
 delete mode 100755 scripts/tap-driver.pl
 delete mode 100755 scripts/tap-merge.pl
-- 
2.33.1


Re: [PULL 0/1] "make check" switch to meson test harness
Posted by Richard Henderson 2 years, 4 months ago
On 12/23/21 2:17 AM, Paolo Bonzini wrote:
> The following changes since commit 2bf40d0841b942e7ba12953d515e62a436f0af84:
> 
>    Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into staging (2021-12-20 13:20:07 -0800)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream-mtest
> 
> for you to fetch changes up to 3d2f73ef75e25ba850aff4fcccb36d50137afd0f:
> 
>    build: use "meson test" as the test harness (2021-12-23 10:06:19 +0100)
> 
> ----------------------------------------------------------------
> Replace tap-driver.pl with "meson test".
> 
> ----------------------------------------------------------------
> Paolo Bonzini (1):
>        build: use "meson test" as the test harness
> 
>   Makefile              |   3 +-
>   meson.build           |   5 +-
>   scripts/mtest2make.py | 112 ++++++---------
>   scripts/tap-driver.pl | 379 --------------------------------------------------
>   scripts/tap-merge.pl  | 111 ---------------
>   tests/fp/meson.build  |   2 +-
>   6 files changed, 51 insertions(+), 561 deletions(-)
>   delete mode 100755 scripts/tap-driver.pl
>   delete mode 100755 scripts/tap-merge.pl

Applied.  The terminal output is silly, with the rotating moon, but whatever.


r~