mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 09:06:45 +00:00
fix(GODT-2807): fix issue where sessionID would not be removed from command-line on restart by bridge-gui.
This commit is contained in:
@ -136,6 +136,7 @@ add_custom_command(
|
||||
|
||||
add_library(bridgepp
|
||||
bridgepp/BridgeUtils.cpp bridgepp/BridgeUtils.h
|
||||
bridgepp/CLI/CLIUtils.cpp bridgepp/CLI/CLIUtils.h
|
||||
bridgepp/Exception/Exception.h bridgepp/Exception/Exception.cpp
|
||||
bridgepp/GRPC/GRPCClient.cpp bridgepp/GRPC/GRPCClient.h
|
||||
bridgepp/GRPC/GRPCErrors.h bridgepp/GRPC/GRPCErrors.cpp
|
||||
@ -188,6 +189,7 @@ enable_testing()
|
||||
#*****************************************************************************************************************************************************
|
||||
add_executable(bridgepp-test EXCLUDE_FROM_ALL
|
||||
Test/TestBridgeUtils.cpp
|
||||
Test/TestCLI.cpp
|
||||
Test/TestException.cpp
|
||||
Test/TestSessionID.cpp
|
||||
Test/TestWorker.cpp Test/TestWorker.h
|
||||
|
||||
Reference in New Issue
Block a user