]> git.proxmox.com Git - mirror_qemu.git/commit
tests: add module loading test
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 22 Jul 2019 18:51:40 +0000 (22:51 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Aug 2019 14:29:57 +0000 (16:29 +0200)
commiteb062cfa7331dd90837177b9a5a6becab305b1ca
tree875bc6e81edf355c9777ea5368d4852d631a8c39
parent81d8ccb1bea4fb9eaaf4c8e30bd4021180a9a39f
tests: add module loading test

This test will simply check that modules can be loaded, and no symbols
are missing.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qtest.c
tests/Makefile.include
tests/libqtest.c
tests/libqtest.h
tests/modules-test.c [new file with mode: 0644]