Skip to content

Commit

Permalink
Merge pull request #1244 from antmicro/mglb/ContainerProxy
Browse files Browse the repository at this point in the history
Add ContainerProxy
  • Loading branch information
hzeller authored Mar 10, 2022
2 parents b37d9bb + 47ee02a commit 2f8f1a0
Show file tree
Hide file tree
Showing 3 changed files with 1,358 additions and 0 deletions.
16 changes: 16 additions & 0 deletions common/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ cc_library(
],
)

cc_library(
name = "container_proxy",
hdrs = ["container_proxy.h"],
)

cc_test(
name = "algorithm_test",
srcs = ["algorithm_test.cc"],
Expand Down Expand Up @@ -547,3 +552,14 @@ cc_test(
"@com_google_googletest//:gtest_main",
],
)

cc_test(
name = "container_proxy_test",
srcs = ["container_proxy_test.cc"],
deps = [
":container_proxy",
":type_traits",
"//common/strings:display_utils",
"@com_google_googletest//:gtest_main",
],
)
Loading

0 comments on commit 2f8f1a0

Please sign in to comment.