Commit 762f9cbb authored by Andreas Schuh's avatar Andreas Schuh

#51 Call ShutDownCommandLineFlags for (manual) valgrind test

parent 7a690018
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment