blob: 2365bd82fc92959ab9238f8ebcf9ad9b923d9b79 [file] [log] [blame]
Brian Silverman258b9172015-09-19 14:32:57 -04001cc_library(
2 name = 'googletest',
3 visibility = ['//visibility:public'],
4 srcs = [
5 'gtest_main.cc',
6 ],
7 deps = [
8 '//third_party/googletest',
9 ],
10)