Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c1ded373f365b8ed2238f70d6885fabf39e9cd88
/
.
/
third_party
/
google-glog
/
bazel
/
example
/
BUILD.bazel
blob: 05ab0f3e73ecfe02a95252287b0e395c1564020f [
file
] [
log
] [
blame
]
cc_test
(
name
=
"main"
,
size
=
"small"
,
srcs
=
[
"main.cc"
],
deps
=
[
"//:glog"
,
"@com_github_gflags_gflags//:gflags"
,
],
)