comparison CMakeLists.txt @ 4058:2a8bf0991be0 framework

moved FileStorageTests.cpp from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 13:57:44 +0200
parents 8b7cd69806f2
children e241e5f3f088
comparison
equal deleted inserted replaced
4057:8b7cd69806f2 4058:2a8bf0991be0
113 ) 113 )
114 114
115 115
116 set(ORTHANC_FRAMEWORK_UNIT_TESTS 116 set(ORTHANC_FRAMEWORK_UNIT_TESTS
117 OrthancFramework/UnitTestsSources/DicomMapTests.cpp 117 OrthancFramework/UnitTestsSources/DicomMapTests.cpp
118 OrthancFramework/UnitTestsSources/FileStorageTests.cpp
118 OrthancFramework/UnitTestsSources/FrameworkTests.cpp 119 OrthancFramework/UnitTestsSources/FrameworkTests.cpp
119 OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp 120 OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp
120 OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp 121 OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp
121 OrthancFramework/UnitTestsSources/ImageTests.cpp 122 OrthancFramework/UnitTestsSources/ImageTests.cpp
122 OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp 123 OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp
129 OrthancFramework/UnitTestsSources/ZipTests.cpp 130 OrthancFramework/UnitTestsSources/ZipTests.cpp
130 ) 131 )
131 132
132 set(ORTHANC_SERVER_UNIT_TESTS 133 set(ORTHANC_SERVER_UNIT_TESTS
133 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp 134 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp
134 OrthancServer/UnitTestsSources/FileStorageTests.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