diff options
Diffstat (limited to 'rust/util')
| -rw-r--r-- | rust/util/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/util/meson.build b/rust/util/meson.build index 87a893673d..9633050445 100644 --- a/rust/util/meson.build +++ b/rust/util/meson.build @@ -44,6 +44,10 @@ _util_rs = static_library( util_rs = declare_dependency(link_with: [_util_rs], dependencies: [qemuutil, qom]) +rust.test('rust-util-tests', _util_rs, + dependencies: [qemuutil, qom], + suite: ['unit', 'rust']) + # Doctests are essentially integration tests, so they need the same dependencies. # Note that running them requires the object files for C code, so place them # in a separate suite that is run by the "build" CI jobs rather than "check". |