diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-04 16:09:05 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:43 -0400 |
commit | ffac93df19d33387645376c32a4a789d204e6fcd (patch) | |
tree | 225bbdce612c52b294c86d5fdb77854c1c386fbf /tests/meson.build | |
parent | 859aef026e51a4959d1ab535f0b7a00d63ed32ba (diff) |
meson: convert sample plugins
Signed-off-by: Paolo Bonzini <pbonzini@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 f834c272e8..fe2c6d8e6b 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -9,6 +9,9 @@ test('decodetree', sh, if 'CONFIG_TCG' in config_host subdir('fp') + if 'CONFIG_PLUGIN' in config_host + subdir('plugin') + endif endif subdir('qapi-schema') |