mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-25 19:36:43 +00:00
feat(GODT-2239): unit tests for BridgeUtils.cpp in bridgepp.
This commit is contained in:
@ -185,7 +185,10 @@ enable_testing()
|
||||
#*****************************************************************************************************************************************************
|
||||
# Tests
|
||||
#*****************************************************************************************************************************************************
|
||||
add_executable(bridgepp-test Test/Exception/TestException.cpp)
|
||||
add_executable(bridgepp-test
|
||||
Test/Exception/TestBridgeUtils.cpp
|
||||
Test/Exception/TestException.cpp
|
||||
)
|
||||
add_dependencies(bridgepp-test bridgepp)
|
||||
target_precompile_headers(bridgepp-test PRIVATE Pch.h)
|
||||
target_link_libraries(bridgepp-test
|
||||
|
||||
Reference in New Issue
Block a user