feat(GODT-2791): Add Unitary test.

This commit is contained in:
Romain LE JEUNE
2023-07-26 10:22:21 +02:00
committed by Romain Le Jeune
parent 86e115b2f3
commit 2c2f816f3a
6 changed files with 259 additions and 18 deletions

View File

@ -190,6 +190,7 @@ enable_testing()
#*****************************************************************************************************************************************************
add_executable(bridgepp-test EXCLUDE_FROM_ALL
Test/TestBridgeUtils.cpp
Test/TestBugReportFlow.cpp Test/TestBugReportFlow.h
Test/TestCLI.cpp
Test/TestException.cpp
Test/TestSessionID.cpp