mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tests: Rename TestState to TPMTestState
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-id: 20210802215246.1433175-2-stefanb@linux.ibm.com
This commit is contained in:
parent
d52dff5d80
commit
9bd0e32a19
7 changed files with 12 additions and 12 deletions
|
@ -29,7 +29,7 @@ int main(int argc, char **argv)
|
|||
int ret;
|
||||
char *args, *tmp_path = g_dir_make_tmp("qemu-tpm-tis-test.XXXXXX", NULL);
|
||||
GThread *thread;
|
||||
TestState test;
|
||||
TPMTestState test;
|
||||
|
||||
module_call_init(MODULE_INIT_QOM);
|
||||
g_test_init(&argc, &argv, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue