mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
#51 Call ShutDownCommandLineFlags for (manual) valgrind test
This commit is contained in:
parent
7a69001868
commit
762f9cbb65
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ int main(int argc, char **argv)
|
|||
gflags::SetUsageMessage("Test CMake configuration of gflags library (gflags-config.cmake)");
|
||||
gflags::ParseCommandLineFlags(&argc, &argv, true);
|
||||
std::cout << FLAGS_message << std::endl;
|
||||
gflags::ShutDownCommandLineFlags();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue