comparison OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp @ 4063:e00f3d089991 framework

shared library of orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 16:40:34 +0200
parents 0953b3dc3261
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4062:0953b3dc3261 4063:e00f3d089991
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1 34 #if ORTHANC_UNIT_TESTS_LINK_FRAMEWORK == 1
35 // Must be the first to be sure to use the Orthanc framework shared library
35 # include <OrthancFramework.h> 36 # include <OrthancFramework.h>
37 #endif
38
39 #if !defined(ORTHANC_ENABLE_DCMTK_JPEG_LOSSLESS)
40 # error ORTHANC_ENABLE_DCMTK_JPEG_LOSSLESS is not defined
36 #endif 41 #endif
37 42
38 #include <gtest/gtest.h> 43 #include <gtest/gtest.h>
39 44
40 #if ORTHANC_ENABLE_JPEG_LOSSLESS == 1 45 #if ORTHANC_ENABLE_DCMTK_JPEG_LOSSLESS == 1
41 46
42 #include "../Sources/DicomParsing/Internals/DicomImageDecoder.h" 47 #include "../Sources/DicomParsing/Internals/DicomImageDecoder.h"
43 #include "../Sources/DicomParsing/ParsedDicomFile.h" 48 #include "../Sources/DicomParsing/ParsedDicomFile.h"
44 #include "../Sources/Images/ImageBuffer.h" 49 #include "../Sources/Images/ImageBuffer.h"
45 #include "../Sources/Images/PngWriter.h" 50 #include "../Sources/Images/PngWriter.h"