| 1 | test('rust-integration', |
| 2 | executable( |
| 3 | 'rust-integration', |
| 4 | files('tests/vmstate_tests.rs'), |
| 5 | rust_args: ['--test'], |
| 6 | install: false, |
| 7 | dependencies: [bql_rs, common_rs, util_rs, migration_rs, qom_rs]), |
| 8 | args: [ |
| 9 | '--test', '--test-threads', '1', |
| 10 | '--format', 'pretty', |
| 11 | ], |
| 12 | protocol: 'rust', |
| 13 | suite: ['unit', 'rust']) |