diff --git a/BUILD.bazel b/BUILD.bazel index 25c091f..0c4664e 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -46,6 +46,19 @@ cc_library( ], ) +cc_library( + name = "ExtraTestMacros", + hdrs = [ + "include/gz/utils/ExtraTestMacros.hh", + "include/gz/utils/detail/ExtraTestMacros.hh", + ], + includes = ["include"], + visibility = ["//visibility:public"], + deps = [ + ":SuppressWarning", + ], +) + cc_library( name = "ImplPtr", hdrs = [