Skip to content

Commit

Permalink
[#476] Enable testing feature for bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuschen committed Oct 22, 2024
1 parent ee880ea commit bed0f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iceoryx2-bb/elementary/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit bed0f27

Please sign in to comment.