Skip to content

Commit

Permalink
fix: whoops forgot to submit some files
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 9, 2023
1 parent b8cb59a commit 6a86bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/entt/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package(default_visibility = ["//:__subpackages__"])
cc_library(
name = "common",
copts = COPTS,
hdrs = glob(["entt/common/**/*.h", "entt/common/**/*.hpp"]),
hdrs = glob(["*.h", "*.hpp"]),
)
2 changes: 1 addition & 1 deletion test/entt/entity/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _TESTS = [
srcs = ["{}.cpp".format(test)],
copts = COPTS,
deps = [
"//:common",
"//entt/common",
"@entt",
"@googletest//:gtest",
"@googletest//:gtest_main",
Expand Down
2 changes: 1 addition & 1 deletion test/entt/meta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _TESTS = [
srcs = ["{}.cpp".format(test)],
copts = COPTS,
deps = [
"//:common",
"//entt/common",
"@entt",
"@googletest//:gtest",
"@googletest//:gtest_main",
Expand Down

0 comments on commit 6a86bcc

Please sign in to comment.