move sentry code around and add a stub unittest for it

This commit is contained in:
Benjamin Sergeant
2019-10-25 14:46:10 -07:00
parent 16a060131a
commit bbfa76a2c9
8 changed files with 59 additions and 3 deletions

View File

@ -45,6 +45,7 @@ set (SOURCES
IXCobraMetricsPublisherTest.cpp
IXDNSLookupTest.cpp
IXWebSocketSubProtocolTest.cpp
IXSentryClientTest.cpp
)
# Some unittest don't work on windows yet
@ -83,5 +84,6 @@ target_link_libraries(ixwebsocket_unittest ixcobra)
target_link_libraries(ixwebsocket_unittest ixwebsocket)
target_link_libraries(ixwebsocket_unittest ixcrypto)
target_link_libraries(ixwebsocket_unittest ixcore)
target_link_libraries(ixwebsocket_unittest ixsentry)
install(TARGETS ixwebsocket_unittest DESTINATION bin)