Unverified Commit 2e91bbcf authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Merge pull request #1875 from google/9A681768AABE08D1EFA5CA77528236A4

Googletest export
parents 6316d894 a7b21c95
...@@ -144,9 +144,9 @@ cc_library( ...@@ -144,9 +144,9 @@ cc_library(
cc_test( cc_test(
name = "gtest_samples", name = "gtest_samples",
size = "small", size = "small",
#All Samples except: # All Samples except:
#sample9 ( main ) # sample9 (main)
#sample10 (main and takes a command line option and needs to be separate) # sample10 (main and takes a command line option and needs to be separate)
srcs = [ srcs = [
"googletest/samples/sample1_unittest.cc", "googletest/samples/sample1_unittest.cc",
"googletest/samples/sample2_unittest.cc", "googletest/samples/sample2_unittest.cc",
......
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