It is added already by rust.doctest.
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
# in a separate suite that is run by the "build" CI jobs rather than "check".
rust.doctest('rust-bql-rs-doctests',
_bql_rs,
- protocol: 'rust',
dependencies: bql_rs,
suite: ['doc', 'rust'])
# in a separate suite that is run by the "build" CI jobs rather than "check".
rust.doctest('rust-common-doctests',
_common_rs,
- protocol: 'rust',
dependencies: common_rs,
suite: ['doc', 'rust'])
# in a separate suite that is run by the "build" CI jobs rather than "check".
rust.doctest('rust-migration-rs-doctests',
_migration_rs,
- protocol: 'rust',
dependencies: migration_rs,
suite: ['doc', 'rust'])
# in a separate suite that is run by the "build" CI jobs rather than "check".
rust.doctest('rust-qom-rs-doctests',
_qom_rs,
- protocol: 'rust',
dependencies: qom_rs,
suite: ['doc', 'rust'])
# in a separate suite that is run by the "build" CI jobs rather than "check".
rust.doctest('rust-util-rs-doctests',
_util_rs,
- protocol: 'rust',
dependencies: util_rs,
suite: ['doc', 'rust']
)