comparison CMakeLists.txt @ 3326:b21d4cc8e5d1

speed up base64 decoding + added tests
author Alain Mazy <alain@mazy.be>
date Thu, 21 Mar 2019 11:41:03 +0100
parents 1b57023af28f
children 2a38e00a0638
comparison
equal deleted inserted replaced
3325:2e7c5c15ba25 3326:b21d4cc8e5d1
121 UnitTestsSources/RestApiTests.cpp 121 UnitTestsSources/RestApiTests.cpp
122 UnitTestsSources/SQLiteChromiumTests.cpp 122 UnitTestsSources/SQLiteChromiumTests.cpp
123 UnitTestsSources/SQLiteTests.cpp 123 UnitTestsSources/SQLiteTests.cpp
124 UnitTestsSources/ServerIndexTests.cpp 124 UnitTestsSources/ServerIndexTests.cpp
125 UnitTestsSources/StreamTests.cpp 125 UnitTestsSources/StreamTests.cpp
126 UnitTestsSources/ToolboxTests.cpp
126 UnitTestsSources/UnitTestsMain.cpp 127 UnitTestsSources/UnitTestsMain.cpp
127 UnitTestsSources/VersionsTests.cpp 128 UnitTestsSources/VersionsTests.cpp
128 UnitTestsSources/ZipTests.cpp 129 UnitTestsSources/ZipTests.cpp
129 ) 130 )
130 131
330 331
331 add_executable(UnitTests 332 add_executable(UnitTests
332 ${GOOGLE_TEST_SOURCES} 333 ${GOOGLE_TEST_SOURCES}
333 ${ORTHANC_UNIT_TESTS_PCH} 334 ${ORTHANC_UNIT_TESTS_PCH}
334 ${ORTHANC_UNIT_TESTS_SOURCES} 335 ${ORTHANC_UNIT_TESTS_SOURCES}
336 ${BOOST_EXTENDED_SOURCES}
335 ) 337 )
336 338
337 target_link_libraries(UnitTests 339 target_link_libraries(UnitTests
338 ServerLibrary 340 ServerLibrary
339 CoreLibrary 341 CoreLibrary