mirror of
https://github.com/qemu/qemu.git
synced 2026-05-17 15:39:58 +00:00
rust: hwcore: add chardev symbols to integration tests
Even though they are not used, rustc does not elide its symbols on msys2. This causes a linker error. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -73,7 +73,7 @@ test('rust-hwcore-rs-integration',
|
||||
override_options: ['rust_std=2021', 'build.rust_std=2021'],
|
||||
rust_args: ['--test'],
|
||||
install: false,
|
||||
dependencies: [common_rs, hwcore_rs, bql_rs, migration_rs, util_rs]),
|
||||
dependencies: [chardev_rs, common_rs, hwcore_rs, bql_rs, migration_rs, util_rs]),
|
||||
args: [
|
||||
'--test', '--test-threads', '1',
|
||||
'--format', 'pretty',
|
||||
|
||||
Reference in New Issue
Block a user