comparison CMakeLists.txt @ 4055:9214e3a7b0a2 framework

moving FromDcmtkTests.cpp from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 12:52:09 +0200
parents 8661d8c656e6
children 8b7cd69806f2
comparison
equal deleted inserted replaced
4054:9c37896a4457 4055:9214e3a7b0a2
113 ) 113 )
114 114
115 115
116 set(ORTHANC_FRAMEWORK_UNIT_TESTS 116 set(ORTHANC_FRAMEWORK_UNIT_TESTS
117 OrthancFramework/UnitTestsSources/FrameworkTests.cpp 117 OrthancFramework/UnitTestsSources/FrameworkTests.cpp
118 OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp
118 OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp 119 OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp
119 OrthancFramework/UnitTestsSources/ImageTests.cpp 120 OrthancFramework/UnitTestsSources/ImageTests.cpp
120 OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp 121 OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp
121 OrthancFramework/UnitTestsSources/LoggingTests.cpp 122 OrthancFramework/UnitTestsSources/LoggingTests.cpp
122 OrthancFramework/UnitTestsSources/RestApiTests.cpp 123 OrthancFramework/UnitTestsSources/RestApiTests.cpp
129 130
130 set(ORTHANC_SERVER_UNIT_TESTS 131 set(ORTHANC_SERVER_UNIT_TESTS
131 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp 132 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp
132 OrthancServer/UnitTestsSources/DicomMapTests.cpp 133 OrthancServer/UnitTestsSources/DicomMapTests.cpp
133 OrthancServer/UnitTestsSources/FileStorageTests.cpp 134 OrthancServer/UnitTestsSources/FileStorageTests.cpp
134 OrthancServer/UnitTestsSources/FromDcmtkTests.cpp
135 OrthancServer/UnitTestsSources/LuaTests.cpp 135 OrthancServer/UnitTestsSources/LuaTests.cpp
136 OrthancServer/UnitTestsSources/MemoryCacheTests.cpp 136 OrthancServer/UnitTestsSources/MemoryCacheTests.cpp
137 OrthancServer/UnitTestsSources/MultiThreadingTests.cpp 137 OrthancServer/UnitTestsSources/MultiThreadingTests.cpp
138 OrthancServer/UnitTestsSources/ServerIndexTests.cpp 138 OrthancServer/UnitTestsSources/ServerIndexTests.cpp
139 OrthancServer/UnitTestsSources/UnitTestsMain.cpp 139 OrthancServer/UnitTestsSources/UnitTestsMain.cpp