Skip to content

Commit

Permalink
iox-#590 Add dust dependecy for dust tests in Bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Aug 4, 2022
1 parent 0a54203 commit 448c742
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iceoryx_dust/test/BUILD.bazel
Expand Up @@ -37,5 +37,8 @@ cc_test(
}),
tags = ["exclusive"],
visibility = ["//visibility:private"],
deps = ["//iceoryx_hoofs:iceoryx_hoofs_testing"],
deps = [
"//iceoryx_dust",
"//iceoryx_hoofs:iceoryx_hoofs_testing",
],
)

0 comments on commit 448c742

Please sign in to comment.