Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
7eed2de9427cdbd22e901b081ccce8ddda8815bd
/
.
/
third_party
/
google-glog
/
bazel
/
example
/
BUILD
blob: 6b10e2b2fb3fc21d0dbc7d6986ba68dbc7d42a5a [
file
] [
log
] [
blame
]
Austin Schuh
906616c
2019-01-21 20:25:11 -0800
[
diff
] [
blame
]
1
cc_test
(
2
name
=
"main"
,
3
size
=
"small"
,
4
srcs
=
[
"main.cc"
],
5
deps
=
[
6
"//:glog"
,
7
],
8
)