Merge branch 'master' into fix-death-warn
This commit is contained in:
commit
ac138b6885
|
@ -119,6 +119,16 @@ cc_test(
|
||||||
"//:gtest",
|
"//:gtest",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cc_test(
|
||||||
|
name = "gtest_unittest",
|
||||||
|
size = "small",
|
||||||
|
srcs = ["gtest_unittest.cc"],
|
||||||
|
args = ["--heap_check=strict"],
|
||||||
|
shard_count = 2,
|
||||||
|
deps = ["//:gtest_main"],
|
||||||
|
)
|
||||||
|
|
||||||
# Py tests
|
# Py tests
|
||||||
|
|
||||||
py_library(
|
py_library(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user