blob: 6b10e2b2fb3fc21d0dbc7d6986ba68dbc7d42a5a [file] [log] [blame]
Austin Schuh906616c2019-01-21 20:25:11 -08001cc_test(
2 name = "main",
3 size = "small",
4 srcs = ["main.cc"],
5 deps = [
6 "//:glog",
7 ],
8)