Unverified Commit 32e62da2 by Gennadiy Civil Committed by GitHub

Merge pull request #1469 from gennadiycivil/master

merges
parents 3f0cf6b6 df656324
...@@ -119,6 +119,16 @@ cc_test( ...@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment