From bed0f27d1d2195ef3cdd55a783e2c45c6ebd8f72 Mon Sep 17 00:00:00 2001 From: xieyuschen Date: Tue, 22 Oct 2024 23:13:05 +0800 Subject: [PATCH] [#476] Enable testing feature for bazel --- iceoryx2-bb/elementary/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/iceoryx2-bb/elementary/BUILD.bazel b/iceoryx2-bb/elementary/BUILD.bazel index ceb655b3a..766267555 100644 --- a/iceoryx2-bb/elementary/BUILD.bazel +++ b/iceoryx2-bb/elementary/BUILD.bazel @@ -22,6 +22,7 @@ filegroup( rust_library( name = "iceoryx2-bb-elementary", srcs = glob(["src/**/*.rs"]), + crate_features = [ "testing" ], deps = [ "//iceoryx2-pal/concurrency-sync:iceoryx2-pal-concurrency-sync", ],