0f9668e0c1
Remove qemu-common.h include from most units
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Message-Id: <20220323155743.1585078-33-marcandre.lureau@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2022-04-06 14:31:55 +02:00
585507017c
tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file
...
Similarly to commit e63ed64c6d
("tests/qtest/virtio-net-failover:
Use g_file_open_tmp() to create temporary file"), avoid calling
g_test_rand_int() before g_test_init(): use g_file_open_tmp().
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20211224234504.3413370-1-philmd@redhat.com >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2022-01-05 11:10:13 +01:00
130d482422
test-util-sockets: Add stub for monitor_set_cur()
...
Without this stub, the next commit fails to link. I suspect the real
cause is 947e47448d
"monitor: Use getter/setter functions for
cur_mon".
Cc: Kevin Wolf <kwolf@redhat.com >
Signed-off-by: Markus Armbruster <armbru@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
Message-Id: <20210318155519.1224118-9-armbru@redhat.com >
2021-03-19 16:05:11 +01:00
da668aa15b
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 >
2021-03-12 15:46:30 +01:00