Merge pull request #1469 from gennadiycivil/master

merges
This commit is contained in:
Gennadiy Civil
2018-02-22 16:09:17 -05:00
committed by GitHub

View File

@@ -119,6 +119,16 @@ cc_test(
"//: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_library(