diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-28 18:05:14 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:15 -0400 |
commit | 3afe7ab0d3f40270cb4dac58a8895ba21a646df6 (patch) | |
tree | a4e269ef98d004e22c9bcddc1fb7f65c04c2f327 /tests/meson.build | |
parent | 3941996b131bada064d168b451202c1125d55e6b (diff) |
meson: convert check-qapi-schema
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index ec26f92937..8be9c2233c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -6,3 +6,5 @@ test('decodetree', sh, if 'CONFIG_TCG' in config_host subdir('fp') endif + +subdir('qapi-schema') |