]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
tests: Move unit tests into a separate directory
authorThomas Huth <thuth@redhat.com>
Wed, 10 Mar 2021 06:33:14 +0000 (07:33 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 12 Mar 2021 14:46:30 +0000 (15:46 +0100)
commitda668aa15b99150a8595c491aee00d5d2426aaf9
tree0463b0a303e807bdab46460f6c702be611bd7179
parent363fc963054d8e82cfd55fa9b9aa130692a8dbd7
tests: Move unit tests into a separate directory

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.

Message-Id: <20210310063314.1049838-1-thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
209 files changed:
MAINTAINERS
tests/check-block-qdict.c [deleted file]
tests/check-qdict.c [deleted file]
tests/check-qjson.c [deleted file]
tests/check-qlist.c [deleted file]
tests/check-qlit.c [deleted file]
tests/check-qnull.c [deleted file]
tests/check-qnum.c [deleted file]
tests/check-qobject.c [deleted file]
tests/check-qom-interface.c [deleted file]
tests/check-qom-proplist.c [deleted file]
tests/check-qstring.c [deleted file]
tests/crypto-tls-psk-helpers.c [deleted file]
tests/crypto-tls-psk-helpers.h [deleted file]
tests/crypto-tls-x509-helpers.c [deleted file]
tests/crypto-tls-x509-helpers.h [deleted file]
tests/io-channel-helpers.c [deleted file]
tests/io-channel-helpers.h [deleted file]
tests/iothread.c [deleted file]
tests/iothread.h [deleted file]
tests/meson.build
tests/pkix_asn1_tab.c [deleted file]
tests/ptimer-test-stubs.c [deleted file]
tests/ptimer-test.c [deleted file]
tests/ptimer-test.h [deleted file]
tests/rcutorture.c [deleted file]
tests/socket-helpers.c [deleted file]
tests/socket-helpers.h [deleted file]
tests/test-aio-multithread.c [deleted file]
tests/test-aio.c [deleted file]
tests/test-authz-list.c [deleted file]
tests/test-authz-listfile.c [deleted file]
tests/test-authz-pam.c [deleted file]
tests/test-authz-simple.c [deleted file]
tests/test-base64.c [deleted file]
tests/test-bdrv-drain.c [deleted file]
tests/test-bdrv-graph-mod.c [deleted file]
tests/test-bitcnt.c [deleted file]
tests/test-bitmap.c [deleted file]
tests/test-bitops.c [deleted file]
tests/test-block-backend.c [deleted file]
tests/test-block-iothread.c [deleted file]
tests/test-blockjob-txn.c [deleted file]
tests/test-blockjob.c [deleted file]
tests/test-bufferiszero.c [deleted file]
tests/test-char.c [deleted file]
tests/test-clone-visitor.c [deleted file]
tests/test-coroutine.c [deleted file]
tests/test-crypto-afsplit.c [deleted file]
tests/test-crypto-block.c [deleted file]
tests/test-crypto-cipher.c [deleted file]
tests/test-crypto-hash.c [deleted file]
tests/test-crypto-hmac.c [deleted file]
tests/test-crypto-ivgen.c [deleted file]
tests/test-crypto-pbkdf.c [deleted file]
tests/test-crypto-secret.c [deleted file]
tests/test-crypto-tlscredsx509.c [deleted file]
tests/test-crypto-tlssession.c [deleted file]
tests/test-crypto-xts.c [deleted file]
tests/test-cutils.c [deleted file]
tests/test-fdmon-epoll.c [deleted file]
tests/test-hbitmap.c [deleted file]
tests/test-image-locking.c [deleted file]
tests/test-int128.c [deleted file]
tests/test-io-channel-buffer.c [deleted file]
tests/test-io-channel-command.c [deleted file]
tests/test-io-channel-file.c [deleted file]
tests/test-io-channel-socket.c [deleted file]
tests/test-io-channel-tls.c [deleted file]
tests/test-io-task.c [deleted file]
tests/test-iov.c [deleted file]
tests/test-keyval.c [deleted file]
tests/test-logging.c [deleted file]
tests/test-mul64.c [deleted file]
tests/test-opts-visitor.c [deleted file]
tests/test-qapi-util.c [deleted file]
tests/test-qdev-global-props.c [deleted file]
tests/test-qdist.c [deleted file]
tests/test-qemu-opts.c [deleted file]
tests/test-qga.c [deleted file]
tests/test-qgraph.c [deleted file]
tests/test-qht.c [deleted file]
tests/test-qmp-cmds.c [deleted file]
tests/test-qmp-event.c [deleted file]
tests/test-qobject-input-visitor.c [deleted file]
tests/test-qobject-output-visitor.c [deleted file]
tests/test-rcu-list.c [deleted file]
tests/test-rcu-simpleq.c [deleted file]
tests/test-rcu-slist.c [deleted file]
tests/test-rcu-tailq.c [deleted file]
tests/test-replication.c [deleted file]
tests/test-shift128.c [deleted file]
tests/test-string-input-visitor.c [deleted file]
tests/test-string-output-visitor.c [deleted file]
tests/test-thread-pool.c [deleted file]
tests/test-throttle.c [deleted file]
tests/test-timed-average.c [deleted file]
tests/test-util-filemonitor.c [deleted file]
tests/test-util-sockets.c [deleted file]
tests/test-uuid.c [deleted file]
tests/test-visitor-serialization.c [deleted file]
tests/test-vmstate.c [deleted file]
tests/test-write-threshold.c [deleted file]
tests/test-x86-cpuid.c [deleted file]
tests/test-xbzrle.c [deleted file]
tests/unit/check-block-qdict.c [new file with mode: 0644]
tests/unit/check-qdict.c [new file with mode: 0644]
tests/unit/check-qjson.c [new file with mode: 0644]
tests/unit/check-qlist.c [new file with mode: 0644]
tests/unit/check-qlit.c [new file with mode: 0644]
tests/unit/check-qnull.c [new file with mode: 0644]
tests/unit/check-qnum.c [new file with mode: 0644]
tests/unit/check-qobject.c [new file with mode: 0644]
tests/unit/check-qom-interface.c [new file with mode: 0644]
tests/unit/check-qom-proplist.c [new file with mode: 0644]
tests/unit/check-qstring.c [new file with mode: 0644]
tests/unit/crypto-tls-psk-helpers.c [new file with mode: 0644]
tests/unit/crypto-tls-psk-helpers.h [new file with mode: 0644]
tests/unit/crypto-tls-x509-helpers.c [new file with mode: 0644]
tests/unit/crypto-tls-x509-helpers.h [new file with mode: 0644]
tests/unit/io-channel-helpers.c [new file with mode: 0644]
tests/unit/io-channel-helpers.h [new file with mode: 0644]
tests/unit/iothread.c [new file with mode: 0644]
tests/unit/iothread.h [new file with mode: 0644]
tests/unit/meson.build [new file with mode: 0644]
tests/unit/pkix_asn1_tab.c [new file with mode: 0644]
tests/unit/ptimer-test-stubs.c [new file with mode: 0644]
tests/unit/ptimer-test.c [new file with mode: 0644]
tests/unit/ptimer-test.h [new file with mode: 0644]
tests/unit/rcutorture.c [new file with mode: 0644]
tests/unit/socket-helpers.c [new file with mode: 0644]
tests/unit/socket-helpers.h [new file with mode: 0644]
tests/unit/test-aio-multithread.c [new file with mode: 0644]
tests/unit/test-aio.c [new file with mode: 0644]
tests/unit/test-authz-list.c [new file with mode: 0644]
tests/unit/test-authz-listfile.c [new file with mode: 0644]
tests/unit/test-authz-pam.c [new file with mode: 0644]
tests/unit/test-authz-simple.c [new file with mode: 0644]
tests/unit/test-base64.c [new file with mode: 0644]
tests/unit/test-bdrv-drain.c [new file with mode: 0644]
tests/unit/test-bdrv-graph-mod.c [new file with mode: 0644]
tests/unit/test-bitcnt.c [new file with mode: 0644]
tests/unit/test-bitmap.c [new file with mode: 0644]
tests/unit/test-bitops.c [new file with mode: 0644]
tests/unit/test-block-backend.c [new file with mode: 0644]
tests/unit/test-block-iothread.c [new file with mode: 0644]
tests/unit/test-blockjob-txn.c [new file with mode: 0644]
tests/unit/test-blockjob.c [new file with mode: 0644]
tests/unit/test-bufferiszero.c [new file with mode: 0644]
tests/unit/test-char.c [new file with mode: 0644]
tests/unit/test-clone-visitor.c [new file with mode: 0644]
tests/unit/test-coroutine.c [new file with mode: 0644]
tests/unit/test-crypto-afsplit.c [new file with mode: 0644]
tests/unit/test-crypto-block.c [new file with mode: 0644]
tests/unit/test-crypto-cipher.c [new file with mode: 0644]
tests/unit/test-crypto-hash.c [new file with mode: 0644]
tests/unit/test-crypto-hmac.c [new file with mode: 0644]
tests/unit/test-crypto-ivgen.c [new file with mode: 0644]
tests/unit/test-crypto-pbkdf.c [new file with mode: 0644]
tests/unit/test-crypto-secret.c [new file with mode: 0644]
tests/unit/test-crypto-tlscredsx509.c [new file with mode: 0644]
tests/unit/test-crypto-tlssession.c [new file with mode: 0644]
tests/unit/test-crypto-xts.c [new file with mode: 0644]
tests/unit/test-cutils.c [new file with mode: 0644]
tests/unit/test-fdmon-epoll.c [new file with mode: 0644]
tests/unit/test-hbitmap.c [new file with mode: 0644]
tests/unit/test-image-locking.c [new file with mode: 0644]
tests/unit/test-int128.c [new file with mode: 0644]
tests/unit/test-io-channel-buffer.c [new file with mode: 0644]
tests/unit/test-io-channel-command.c [new file with mode: 0644]
tests/unit/test-io-channel-file.c [new file with mode: 0644]
tests/unit/test-io-channel-socket.c [new file with mode: 0644]
tests/unit/test-io-channel-tls.c [new file with mode: 0644]
tests/unit/test-io-task.c [new file with mode: 0644]
tests/unit/test-iov.c [new file with mode: 0644]
tests/unit/test-keyval.c [new file with mode: 0644]
tests/unit/test-logging.c [new file with mode: 0644]
tests/unit/test-mul64.c [new file with mode: 0644]
tests/unit/test-opts-visitor.c [new file with mode: 0644]
tests/unit/test-qapi-util.c [new file with mode: 0644]
tests/unit/test-qdev-global-props.c [new file with mode: 0644]
tests/unit/test-qdist.c [new file with mode: 0644]
tests/unit/test-qemu-opts.c [new file with mode: 0644]
tests/unit/test-qga.c [new file with mode: 0644]
tests/unit/test-qgraph.c [new file with mode: 0644]
tests/unit/test-qht.c [new file with mode: 0644]
tests/unit/test-qmp-cmds.c [new file with mode: 0644]
tests/unit/test-qmp-event.c [new file with mode: 0644]
tests/unit/test-qobject-input-visitor.c [new file with mode: 0644]
tests/unit/test-qobject-output-visitor.c [new file with mode: 0644]
tests/unit/test-rcu-list.c [new file with mode: 0644]
tests/unit/test-rcu-simpleq.c [new file with mode: 0644]
tests/unit/test-rcu-slist.c [new file with mode: 0644]
tests/unit/test-rcu-tailq.c [new file with mode: 0644]
tests/unit/test-replication.c [new file with mode: 0644]
tests/unit/test-shift128.c [new file with mode: 0644]
tests/unit/test-string-input-visitor.c [new file with mode: 0644]
tests/unit/test-string-output-visitor.c [new file with mode: 0644]
tests/unit/test-thread-pool.c [new file with mode: 0644]
tests/unit/test-throttle.c [new file with mode: 0644]
tests/unit/test-timed-average.c [new file with mode: 0644]
tests/unit/test-util-filemonitor.c [new file with mode: 0644]
tests/unit/test-util-sockets.c [new file with mode: 0644]
tests/unit/test-uuid.c [new file with mode: 0644]
tests/unit/test-visitor-serialization.c [new file with mode: 0644]
tests/unit/test-vmstate.c [new file with mode: 0644]
tests/unit/test-write-threshold.c [new file with mode: 0644]
tests/unit/test-x86-cpuid.c [new file with mode: 0644]
tests/unit/test-xbzrle.c [new file with mode: 0644]