diff OrthancFramework/UnitTestsSources/LoggingTests.cpp @ 4325:b96aedfa8cc1

unit tests now running in WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 16:21:29 +0100
parents 3f85db78c441
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/LoggingTests.cpp	Tue Nov 24 12:37:52 2020 +0100
+++ b/OrthancFramework/UnitTestsSources/LoggingTests.cpp	Tue Nov 24 16:21:29 2020 +0100
@@ -129,6 +129,7 @@
 }
 
 
+#if ORTHANC_ENABLE_LOGGING_STDIO == 0
 TEST(FuncStreamBuf, BasicTest)
 {
   LoggingMementoScope loggingConfiguration;
@@ -199,6 +200,7 @@
 
   Orthanc::Logging::EnableTraceLevel(false);  // Back to normal
 }
+#endif