Mercurial > hg > orthanc
comparison UnitTestsSources/JpegLosslessTests.cpp @ 3992:f9863630ec7f
working on the shared library for Orthanc framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Jun 2020 16:07:01 +0200 |
parents | 94f4a18a79cc |
children | 27628b0f6ada |
comparison
equal
deleted
inserted
replaced
3991:5d2348b39392 | 3992:f9863630ec7f |
---|---|
29 * You should have received a copy of the GNU General Public License | 29 * You should have received a copy of the GNU General Public License |
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 | |
35 # include <OrthancFramework/OrthancFramework.h> | |
36 #endif | |
37 | |
34 #include "PrecompiledHeadersUnitTests.h" | 38 #include "PrecompiledHeadersUnitTests.h" |
35 #include "gtest/gtest.h" | 39 #include "gtest/gtest.h" |
36 | 40 |
37 #include "../Core/DicomParsing/Internals/DicomImageDecoder.h" | 41 #include "../Core/DicomParsing/Internals/DicomImageDecoder.h" |
38 | 42 |