Подготовка интеграционного теста

This commit is contained in:
Антон
2025-10-05 09:56:47 +03:00
parent ffad41e92b
commit 9e792a250e
5 changed files with 17 additions and 145 deletions
+5
View File
@@ -70,6 +70,11 @@ add_executable(ControllerTests ./tests/endpoint_handlers/Controller_TEST.cpp
target_link_libraries(ControllerTests PRIVATE Boost::boost)
add_test(ControllerTests ControllerTests)
add_executable(AuthRegistrationExecutorTests ./tests/endpoint_handlers/AuthRegistrationExecutor_TEST.cpp
./src/endpoints_handlers/AuthRegistrationExecutor.h)
target_link_libraries(AuthRegistrationExecutorTests PRIVATE Boost::boost)
add_test(AuthRegistrationExecutorTests AuthRegistrationExecutorTests)
if (WIN32)
target_compile_definitions(App PRIVATE WIN32_LEAN_AND_MEAN NOMINMAX)
target_compile_definitions(HelpersTests PRIVATE WIN32_LEAN_AND_MEAN NOMINMAX)