diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2020-09-15 13:03:39 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2020-09-23 13:45:52 +0100 |
commit | ed7db34b5aedba4487fd949b2e545eef954f093e (patch) | |
tree | a36fac8d2e5c43e1bd745fe171e0b132191cc9b9 /tests/meson.build | |
parent | 5cd9c382b7ed3592c83b5b396db1a1298e323de0 (diff) |
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.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 8c3e930687..04072a64ca 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], |