Skip to content

Commit

Permalink
Fix visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Aug 10, 2023
1 parent c9a1b85 commit cc8a96a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion test/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
load(
"@gz//bazel/skylark:build_defs.bzl",
"GZ_ROOT",
"GZ_VISIBILITY",
"GZ_FEATURES",
"cmake_configure_file",
)

package(
default_visibility = GZ_VISIBILITY,
features = GZ_FEATURES,
)


licenses(["notice"])

cmake_configure_file(
Expand All @@ -21,7 +29,10 @@ cc_library(
"test_utils.hh",
],
includes = ["."],
visibility = ["//visibility:public"],
deps = [
GZ_ROOT + "utils:utils",
GZ_ROOT + "sdformat:sdformat"
]
)

integration_test_sources = glob(
Expand Down

0 comments on commit cc8a96a

Please sign in to comment.