test: Fix referenced library name

This commit is contained in:
Povilas Kanapickas 2020-05-30 22:41:23 +03:00
parent a6e5e47366
commit 7868043ac4
2 changed files with 2 additions and 2 deletions

View File

@ -80,4 +80,4 @@ endif()
add_executable(integtests ${sources})
target_link_libraries(integtests
arch base client common io ipc mt net platform server barrier gtest gmock ${libs} ${OPENSSL_LIBS})
arch base client common io ipc mt net platform server synlib gtest gmock ${libs} ${OPENSSL_LIBS})

View File

@ -67,4 +67,4 @@ endif()
add_executable(unittests ${sources})
target_link_libraries(unittests
arch base client server common io net platform server barrier mt ipc gtest gmock ${libs} ${OPENSSL_LIBS})
arch base client server common io net platform server synlib mt ipc gtest gmock ${libs} ${OPENSSL_LIBS})