diff UnitTestsSources/UnitTestsMain.cpp @ 803:4689e400e0fa

directory to store the results of the unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 May 2014 09:29:11 +0200
parents a60040857ce6
children 8ce2f69436ca
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Tue May 06 17:09:32 2014 +0200
+++ b/UnitTestsSources/UnitTestsMain.cpp	Wed May 07 09:29:11 2014 +0200
@@ -582,6 +582,8 @@
 
   google::InitGoogleLogging("Orthanc");
 
+  Toolbox::CreateDirectory("UnitTestsResults");
+
   OrthancInitialize();
   ::testing::InitGoogleTest(&argc, argv);
   int result = RUN_ALL_TESTS();