comparison UnitTests/main.cpp @ 453:30086c1aca30

endianness
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Jul 2013 14:29:44 +0200
parents 80f7539147a2
children 4aae0261515e
comparison
equal deleted inserted replaced
452:80f7539147a2 453:30086c1aca30
459 FLAGS_minloglevel = 0; 459 FLAGS_minloglevel = 0;
460 460
461 // Go to trace-level verbosity 461 // Go to trace-level verbosity
462 //FLAGS_v = 1; 462 //FLAGS_v = 1;
463 463
464 Toolbox::DetectEndianness();
465
464 google::InitGoogleLogging("Orthanc"); 466 google::InitGoogleLogging("Orthanc");
465 467
466 OrthancInitialize(); 468 OrthancInitialize();
467 ::testing::InitGoogleTest(&argc, argv); 469 ::testing::InitGoogleTest(&argc, argv);
468 int result = RUN_ALL_TESTS(); 470 int result = RUN_ALL_TESTS();