Lines Matching +full:migration +full:- +full:test
2 '--config-headers', config_host_h, '--features', files('Cargo.toml'),
5 # _qemu_api_cfg += ['--cfg', 'feature="allocator"']
7 _qemu_api_cfg += ['--cfg', 'feature="debug_cell"']
25 _qemu_api_bindgen_args += ['--rustified-enum', enum]
32 _qemu_api_bindgen_args += ['--bitfield-enum', enum]
83 qom, hwcore, chardev, migration],
86 rust.test('rust-qemu-api-tests', _qemu_api_rs,
90 dependencies: [qemu_api_macros, qom, hwcore, chardev, migration])
95 rust.doctest('rust-qemu-api-doctests',
101 test('rust-qemu-api-integration',
103 'rust-qemu-api-integration',
106 rust_args: ['--test'],
110 '--test', '--test-threads', '1',
111 '--format', 'pretty',