diff OrthancFramework/UnitTestsSources/DicomMapTests.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 50b0c69b653a
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/DicomMapTests.cpp	Tue Nov 24 12:37:52 2020 +0100
+++ b/OrthancFramework/UnitTestsSources/DicomMapTests.cpp	Tue Nov 24 16:21:29 2020 +0100
@@ -757,6 +757,8 @@
 
 
 
+#if ORTHANC_SANDBOXED != 1
+
 #include "../Sources/SystemToolbox.h"
 
 TEST(DicomMap, DISABLED_ParseDicomMetaInformation)
@@ -1014,3 +1016,5 @@
 
   printf("\n== SUCCESSES: %u ==\n\n", success);
 }
+
+#endif