aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2020-09-15 13:03:39 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2020-09-23 13:45:52 +0100
commited7db34b5aedba4487fd949b2e545eef954f093e (patch)
treea36fac8d2e5c43e1bd745fe171e0b132191cc9b9 /tests/meson.build
parent5cd9c382b7ed3592c83b5b396db1a1298e323de0 (diff)
downloadqemu-ed7db34b5aedba4487fd949b2e545eef954f093e.zip
qemu-ed7db34b5aedba4487fd949b2e545eef954f093e.tar.gz
qemu-ed7db34b5aedba4487fd949b2e545eef954f093e.tar.bz2
tests: add test-fdmon-epoll
Test aio_disable_external(), which switches from fdmon-epoll back to fdmon-poll. This resulted in an assertion failure that was fixed in the previous patch. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20200915120339.702938-3-stefanha@redhat.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 8c3e930..04072a6 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -170,6 +170,9 @@ if have_block
if 'CONFIG_NETTLE' in config_host or 'CONFIG_GCRYPT' in config_host
tests += {'test-crypto-pbkdf': [io]}
endif
+ if 'CONFIG_EPOLL_CREATE1' in config_host
+ tests += {'test-fdmon-epoll': [testblock]}
+ endif
benchs += {
'benchmark-crypto-hash': [crypto],
'benchmark-crypto-hmac': [crypto],