comparison UnitTests/main.cpp @ 159:c08fbad40ddd

less verbosity in unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Oct 2012 14:21:38 +0200
parents 0e97abc7b950
children 81b6f3013738
comparison
equal deleted inserted replaced
158:00604c758004 159:c08fbad40ddd
324 int main(int argc, char **argv) 324 int main(int argc, char **argv)
325 { 325 {
326 // Initialize Google's logging library. 326 // Initialize Google's logging library.
327 FLAGS_logtostderr = true; 327 FLAGS_logtostderr = true;
328 FLAGS_minloglevel = 0; 328 FLAGS_minloglevel = 0;
329 FLAGS_v = 1; 329
330 // Go to trace-level verbosity
331 //FLAGS_v = 1;
332
330 google::InitGoogleLogging("Orthanc"); 333 google::InitGoogleLogging("Orthanc");
331 334
332 OrthancInitialize(); 335 OrthancInitialize();
333 ::testing::InitGoogleTest(&argc, argv); 336 ::testing::InitGoogleTest(&argc, argv);
334 int result = RUN_ALL_TESTS(); 337 int result = RUN_ALL_TESTS();