comparison UnitTestsSources/TestStructureSet.cpp @ 1679:5b8b88e5bfd6

successfully running unit tests in WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 12:59:10 +0100
parents a1405ab3a91c
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1678:1393e3393a0b 1679:5b8b88e5bfd6
27 // local buffer overrun because optimizations are disabled in function 27 // local buffer overrun because optimizations are disabled in function
28 # pragma warning(disable: 4748) 28 # pragma warning(disable: 4748)
29 #endif 29 #endif
30 30
31 #include "../OrthancStone/Sources/Loaders/DicomStructureSetLoader.h" 31 #include "../OrthancStone/Sources/Loaders/DicomStructureSetLoader.h"
32 #include "../OrthancStone/Sources/Loaders/GenericLoadersContext.h"
33 #include "../OrthancStone/Sources/Loaders/OrthancSeriesVolumeProgressiveLoader.h" 32 #include "../OrthancStone/Sources/Loaders/OrthancSeriesVolumeProgressiveLoader.h"
34 #include "../OrthancStone/Sources/Toolbox/DicomStructureSet2.h" 33 #include "../OrthancStone/Sources/Toolbox/DicomStructureSet2.h"
35 #include "../OrthancStone/Sources/Toolbox/DicomStructureSetUtils.h" 34 #include "../OrthancStone/Sources/Toolbox/DicomStructureSetUtils.h"
36 #include "../OrthancStone/Sources/Toolbox/DisjointDataSet.h" 35 #include "../OrthancStone/Sources/Toolbox/DisjointDataSet.h"
37 36
38 #include <boost/date_time/posix_time/posix_time.hpp> 37 #include <boost/date_time/posix_time/posix_time.hpp>
39 #include <boost/make_shared.hpp> 38 #include <boost/make_shared.hpp>
40
41 #include <SystemToolbox.h>
42 39
43 #include <gtest/gtest.h> 40 #include <gtest/gtest.h>
44 #include <string> 41 #include <string>
45 42
46 using namespace Orthanc; 43 using namespace Orthanc;