comparison CMakeLists.txt @ 4059:e241e5f3f088 framework

moved LuaTests and MemoryCacheTests from OrthancServer to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 14:12:07 +0200
parents 2a8bf0991be0
children 149172a06b4d
comparison
equal deleted inserted replaced
4058:2a8bf0991be0 4059:e241e5f3f088
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/JpegLosslessTests.cpp 123 OrthancFramework/UnitTestsSources/JpegLosslessTests.cpp
124 OrthancFramework/UnitTestsSources/LoggingTests.cpp 124 OrthancFramework/UnitTestsSources/LoggingTests.cpp
125 OrthancFramework/UnitTestsSources/LuaTests.cpp
126 OrthancFramework/UnitTestsSources/MemoryCacheTests.cpp
125 OrthancFramework/UnitTestsSources/RestApiTests.cpp 127 OrthancFramework/UnitTestsSources/RestApiTests.cpp
126 OrthancFramework/UnitTestsSources/SQLiteChromiumTests.cpp 128 OrthancFramework/UnitTestsSources/SQLiteChromiumTests.cpp
127 OrthancFramework/UnitTestsSources/SQLiteTests.cpp 129 OrthancFramework/UnitTestsSources/SQLiteTests.cpp
128 OrthancFramework/UnitTestsSources/StreamTests.cpp 130 OrthancFramework/UnitTestsSources/StreamTests.cpp
129 OrthancFramework/UnitTestsSources/ToolboxTests.cpp 131 OrthancFramework/UnitTestsSources/ToolboxTests.cpp
130 OrthancFramework/UnitTestsSources/ZipTests.cpp 132 OrthancFramework/UnitTestsSources/ZipTests.cpp
131 ) 133 )
132 134
133 set(ORTHANC_SERVER_UNIT_TESTS 135 set(ORTHANC_SERVER_UNIT_TESTS
134 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp 136 OrthancServer/UnitTestsSources/DatabaseLookupTests.cpp
135 OrthancServer/UnitTestsSources/LuaTests.cpp 137 OrthancServer/UnitTestsSources/LuaServerTests.cpp
136 OrthancServer/UnitTestsSources/MemoryCacheTests.cpp
137 OrthancServer/UnitTestsSources/MultiThreadingTests.cpp 138 OrthancServer/UnitTestsSources/MultiThreadingTests.cpp
139 OrthancServer/UnitTestsSources/PluginsTests.cpp
138 OrthancServer/UnitTestsSources/ServerIndexTests.cpp 140 OrthancServer/UnitTestsSources/ServerIndexTests.cpp
139 OrthancServer/UnitTestsSources/UnitTestsMain.cpp 141 OrthancServer/UnitTestsSources/UnitTestsMain.cpp
140 OrthancServer/UnitTestsSources/VersionsTests.cpp 142 OrthancServer/UnitTestsSources/VersionsTests.cpp
141 ) 143 )
142 144