Skip to content

Commit

Permalink
Add ExtraTestMacros target
Browse files Browse the repository at this point in the history
It was overlooked as a header-only library

Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 21, 2024
1 parent 5e1e78b commit 35cae5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 35cae5b

Please sign in to comment.