Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
24ee58d014f8c56c9ffc9305cdba7807aea96e24
/
.
/
build_tests
/
gflags.cc
blob: 150e330f3428184ed15c16f1cbe840be5f8585a3 [
file
] [
log
] [
blame
]
#include
"third_party/gflags/include/gflags/gflags.h"
DEFINE_int32
(
test_flag
,
0
,
"Test command-line flag"
);
int
main
()
{
return
FLAGS_test_flag
;
}