From 448c7426f31b387a2a4988450bfbbb8008ac132c Mon Sep 17 00:00:00 2001 From: Simon Hoinkis Date: Thu, 4 Aug 2022 14:02:05 +0200 Subject: [PATCH] iox-#590 Add dust dependecy for dust tests in Bazel Signed-off-by: Simon Hoinkis --- iceoryx_dust/test/BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iceoryx_dust/test/BUILD.bazel b/iceoryx_dust/test/BUILD.bazel index 56f1bbcfea0..63a9db46b20 100644 --- a/iceoryx_dust/test/BUILD.bazel +++ b/iceoryx_dust/test/BUILD.bazel @@ -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", + ], )