diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-03-23 10:40:14 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-03-23 22:31:05 +0100 |
commit | e90a61e3cc1ab30a2069173aee8b592933d827a1 (patch) | |
tree | 66e8a7a3dded3e6e94fb33f318b22e6ec2d47940 /tests/qapi-schema/meson.build | |
parent | 4a67bd31a4a45773ed1e33ebd06ff949ff9525d7 (diff) | |
download | qemu-e90a61e3cc1ab30a2069173aee8b592933d827a1.zip qemu-e90a61e3cc1ab30a2069173aee8b592933d827a1.tar.gz qemu-e90a61e3cc1ab30a2069173aee8b592933d827a1.tar.bz2 |
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
Rename pragma-doc-required-crap to pragma-not-bool,
pragma-returns-whitelist-crap to pragma-value-not-list, and
pragma-name-case-whitelist-crap to pragma-value-not-list-of-str.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-18-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/meson.build')
-rw-r--r-- | tests/qapi-schema/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qapi-schema/meson.build b/tests/qapi-schema/meson.build index 664f9ee..ffc276b 100644 --- a/tests/qapi-schema/meson.build +++ b/tests/qapi-schema/meson.build @@ -144,12 +144,12 @@ schemas = [ 'oob-coroutine.json', 'oob-test.json', 'allow-preconfig-test.json', - 'pragma-doc-required-crap.json', 'pragma-extra-junk.json', - 'pragma-name-case-whitelist-crap.json', 'pragma-non-dict.json', 'pragma-unknown.json', - 'pragma-returns-whitelist-crap.json', + 'pragma-value-not-bool.json', + 'pragma-value-not-list-of-str.json', + 'pragma-value-not-list.json', 'qapi-schema-test.json', 'quoted-structural-chars.json', 'redefined-command.json', |