"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "b71f6ff3b209c4c41850e0fb9f1019a3c9e0bfc4"
Commit ed3f9bb2 authored by misterg's avatar misterg Committed by Mark Barolak
Browse files

Googletest export

Internal Change

PiperOrigin-RevId: 225849972
parent b7dd6651
...@@ -278,6 +278,13 @@ cc_binary( ...@@ -278,6 +278,13 @@ cc_binary(
deps = ["//:gtest"], deps = ["//:gtest"],
) )
cc_test(
name = "gtest_skip_test",
size = "small",
srcs = ["gtest_skip_test.cc"],
deps = ["//:gtest_main"],
)
py_test( py_test(
name = "googletest-list-tests-unittest", name = "googletest-list-tests-unittest",
size = "small", size = "small",
......
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