]> git.proxmox.com Git - mirror_qemu.git/commit - tests/endianness-test.c
tests: Use qtest_add_data_func() consistently
authorAndreas Färber <afaerber@suse.de>
Wed, 25 Mar 2015 17:40:15 +0000 (18:40 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 19 Jun 2015 08:29:14 +0000 (10:29 +0200)
commit53f77e4562f85ccf82c8831a4448e9aefb538837
tree2e157291a0aff53457da50305a16f6a6488760b9
parent6bc5cf92c0ab0085ba9a6e0cebcf5a544f416ca7
tests: Use qtest_add_data_func() consistently

Replace uses of g_test_add_data_func() for QTest test cases.

It is still valid to use it for any non-QTest test cases,
which are not run for multiple target binaries.

Suggested-by: John Snow <jsnow@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
tests/ahci-test.c
tests/e1000-test.c
tests/eepro100-test.c
tests/endianness-test.c
tests/pc-cpu-test.c
tests/qom-test.c