Thomas Huth <[email protected]> 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 <[email protected]> > --- > 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.
