qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests: Move unit tests into a separate directory


From: Markus Armbruster
Subject: Re: [PATCH] tests: Move unit tests into a separate directory
Date: Wed, 10 Mar 2021 11:32:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Thomas Huth <thuth@redhat.com> writes:

> The main tests directory still looks very crowded, and it's not
> clear which files are part of a unit tests and which belong to
> a different test subsystem. Let's clean up the mess and move the
> unit tests to a separate directory.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS                                   |  68 +++----
>  tests/meson.build                             | 182 +----------------
>  tests/{ => unit}/check-block-qdict.c          |   0
>  tests/{ => unit}/check-qdict.c                |   0
>  tests/{ => unit}/check-qjson.c                |   0
>  tests/{ => unit}/check-qlist.c                |   0
>  tests/{ => unit}/check-qlit.c                 |   0
>  tests/{ => unit}/check-qnull.c                |   0
>  tests/{ => unit}/check-qnum.c                 |   0
>  tests/{ => unit}/check-qobject.c              |   0
>  tests/{ => unit}/check-qom-interface.c        |   0
>  tests/{ => unit}/check-qom-proplist.c         |   0
>  tests/{ => unit}/check-qstring.c              |   0
>  tests/{ => unit}/crypto-tls-psk-helpers.c     |   0
>  tests/{ => unit}/crypto-tls-psk-helpers.h     |   0
>  tests/{ => unit}/crypto-tls-x509-helpers.c    |   0
>  tests/{ => unit}/crypto-tls-x509-helpers.h    |   0
>  tests/{ => unit}/io-channel-helpers.c         |   0
>  tests/{ => unit}/io-channel-helpers.h         |   0
>  tests/{ => unit}/iothread.c                   |   0
>  tests/{ => unit}/iothread.h                   |   0
>  tests/unit/meson.build                        | 184 ++++++++++++++++++
>  tests/{ => unit}/pkix_asn1_tab.c              |   2 +-
>  tests/{ => unit}/ptimer-test-stubs.c          |   0
>  tests/{ => unit}/ptimer-test.c                |   0
>  tests/{ => unit}/ptimer-test.h                |   0
>  tests/{ => unit}/rcutorture.c                 |   0
>  tests/{ => unit}/socket-helpers.c             |   0
>  tests/{ => unit}/socket-helpers.h             |   0
>  tests/{ => unit}/test-aio-multithread.c       |   0
>  tests/{ => unit}/test-aio.c                   |   0
>  tests/{ => unit}/test-authz-list.c            |   0
>  tests/{ => unit}/test-authz-listfile.c        |   0
[...]

Oppportunity to normalize the naming: check-FOO vs. test-FOO
vs. FOO-test vs. FOO.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]