comparison CMakeLists.txt @ 4060:149172a06b4d framework

splitting MultiThreadingTests.cpp into JobsTests.cpp and ServerJobsTests.cpp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:29:14 +0200
parents e241e5f3f088
children e00f3d089991
comparison
equal deleted inserted replaced
4059:e241e5f3f088 4060:149172a06b4d
118 OrthancFramework/UnitTestsSources/FileStorageTests.cpp 118 OrthancFramework/UnitTestsSources/FileStorageTests.cpp
119 OrthancFramework/UnitTestsSources/FrameworkTests.cpp 119 OrthancFramework/UnitTestsSources/FrameworkTests.cpp
120 OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp 120 OrthancFramework/UnitTestsSources/FromDcmtkTests.cpp
121 OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp 121 OrthancFramework/UnitTestsSources/ImageProcessingTests.cpp
122 OrthancFramework/UnitTestsSources/ImageTests.cpp 122 OrthancFramework/UnitTestsSources/ImageTests.cpp
123 OrthancFramework/UnitTestsSources/JobsTests.cpp
123 OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp 124 OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp
124 OrthancFramework/UnitTestsSources/LoggingTests.cpp 125 OrthancFramework/UnitTestsSources/LoggingTests.cpp
125 OrthancFramework/UnitTestsSources/LuaTests.cpp 126 OrthancFramework/UnitTestsSources/LuaTests.cpp
126 OrthancFramework/UnitTestsSources/MemoryCacheTests.cpp 127 OrthancFramework/UnitTestsSources/MemoryCacheTests.cpp
127 OrthancFramework/UnitTestsSources/RestApiTests.cpp 128 OrthancFramework/UnitTestsSources/RestApiTests.cpp
133 ) 134 )
134 135
135 set(ORTHANC_SERVER_UNIT_TESTS 136 set(ORTHANC_SERVER_UNIT_TESTS
136 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp 137 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp
137 OrthancServer/UnitTestsSources/LuaServerTests.cpp 138 OrthancServer/UnitTestsSources/LuaServerTests.cpp
138 OrthancServer/UnitTestsSources/MultiThreadingTests.cpp
139 OrthancServer/UnitTestsSources/PluginsTests.cpp 139 OrthancServer/UnitTestsSources/PluginsTests.cpp
140 OrthancServer/UnitTestsSources/ServerIndexTests.cpp 140 OrthancServer/UnitTestsSources/ServerIndexTests.cpp
141 OrthancServer/UnitTestsSources/ServerJobsTests.cpp
141 OrthancServer/UnitTestsSources/UnitTestsMain.cpp 142 OrthancServer/UnitTestsSources/UnitTestsMain.cpp
142 OrthancServer/UnitTestsSources/VersionsTests.cpp 143 OrthancServer/UnitTestsSources/VersionsTests.cpp
143 ) 144 )
144 145
145 146