commit | 258b917206764f1f30759800309b60e6e66cc162 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sat Sep 19 14:32:57 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Sat Sep 26 20:55:37 2015 -0400 |
tree | 931f48b70a9c8f15e1b75bc2cc5e268d17d56996 | |
parent | 3e1563dcd3f0899d260984d6d24eda79389caf8c [diff] [blame] |
More work cleaning up the BUILD files Change-Id: I47fb18e7a12cd7e081631a5369274ef1e25f22c4
diff --git a/aos/testing/BUILD b/aos/testing/BUILD new file mode 100644 index 0000000..2365bd8 --- /dev/null +++ b/aos/testing/BUILD
@@ -0,0 +1,10 @@ +cc_library( + name = 'googletest', + visibility = ['//visibility:public'], + srcs = [ + 'gtest_main.cc', + ], + deps = [ + '//third_party/googletest', + ], +)