Files @ fdcbc333d0f5
Branch filter:

Location: libtransport.git/tests/CMakeLists.txt

Nicolas Cedilnik
Fix two factor authenthication with steam

Recent prpl-steam-mobile version changed the input message for *steam guard*. This should fix #301
1
2
3
4
5
ADD_SUBDIRECTORY(libtransport)


add_custom_target(test ${CMAKE_CURRENT_BINARY_DIR}/libtransport/libtransport_test WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests_output)
add_custom_target(extended_test ${CMAKE_CURRENT_BINARY_DIR}/libtransport/libtransport_test COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/start.py WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests_output)