diff options
| author | Marc-André Lureau | 2019-07-22 20:51:40 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2019-08-21 16:29:57 +0200 |
| commit | eb062cfa7331dd90837177b9a5a6becab305b1ca (patch) | |
| tree | 875bc6e81edf355c9777ea5368d4852d631a8c39 /tests/Makefile.include | |
| parent | module: return success on module load (diff) | |
| download | qemu-eb062cfa7331dd90837177b9a5a6becab305b1ca.tar.gz qemu-eb062cfa7331dd90837177b9a5a6becab305b1ca.tar.xz qemu-eb062cfa7331dd90837177b9a5a6becab305b1ca.zip | |
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>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 6f02dfcc01..39bed753b3 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -149,6 +149,7 @@ check-block-$(call land,$(CONFIG_POSIX),$(CONFIG_SOFTMMU)) += tests/check-block. check-qtest-generic-y += tests/qmp-test$(EXESUF) check-qtest-generic-y += tests/qmp-cmd-test$(EXESUF) +check-qtest-generic-$(CONFIG_MODULES) += tests/modules-test$(EXESUF) check-qtest-generic-y += tests/device-introspect-test$(EXESUF) check-qtest-generic-y += tests/cdrom-test$(EXESUF) |
