Files @ 069cd71aa3d7
Branch filter:

Location: libtransport.git/tests/login_bad_name/CMakeLists.txt - annotation

HanzZ
Disconnect even invalid user, this can happen when password is valid, but session was not established yet
1
2
3
4
5
6
FILE(GLOB SRC *.cpp)

ADD_EXECUTABLE(login_bad_name_test ${SRC})

TARGET_LINK_LIBRARIES(login_bad_name_test transport ${SWIFTEN_LIBRARIES})