Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
0b6ee85eed646979bc0ea5f1684dbb303087a4e9
/
.
/
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
;
}