Added googlemock tests
This commit is contained in:
		@@ -15,10 +15,6 @@ cc_test(
 | 
				
			|||||||
            "gmock-*.cc",
 | 
					            "gmock-*.cc",
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
    copts = select({
 | 
					 | 
				
			||||||
        "//:win": ["-DGTEST_USE_OWN_TR1_TUPLE=0"],
 | 
					 | 
				
			||||||
        "//conditions:default": ["-DGTEST_USE_OWN_TR1_TUPLE=1"],
 | 
					 | 
				
			||||||
    }),
 | 
					 | 
				
			||||||
    linkopts = select({
 | 
					    linkopts = select({
 | 
				
			||||||
        "//:win": [],
 | 
					        "//:win": [],
 | 
				
			||||||
        "//conditions:default": [
 | 
					        "//conditions:default": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user