From 3b341366a63f4b89c6cefaafce057a1850aca2b5 Mon Sep 17 00:00:00 2001 From: Mel Henning Date: Mon, 23 Dec 2024 19:04:50 -0500 Subject: [PATCH] compiler/rust: Fix running tests `ninja test` wasn't actually running these tests, I guess because the target name was duplicated in meson. Fix this so the tests actually run. Reviewed-by: Mary Guillemard Part-of: --- src/compiler/rust/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/rust/meson.build b/src/compiler/rust/meson.build index 347d6f9555c..432e9b62c44 100644 --- a/src/compiler/rust/meson.build +++ b/src/compiler/rust/meson.build @@ -106,7 +106,7 @@ _libcompiler_rs = static_library( # Rust linker. See also https://github.com/mesonbuild/meson/issues/11741 if with_tests and get_option('b_sanitize') == 'none' rust.test( - 'compiler', + 'compiler_test', _libcompiler_rs, suite : ['compiler', 'rs'], dependencies : [