functional_tests: plug RPC tests into the cmake machinery

This commit is contained in:
moneromooo-monero
2019-03-15 15:15:28 +00:00
parent 18a2ed4518
commit ef7681b699
2 changed files with 120 additions and 3 deletions
+4 -3
View File
@@ -49,6 +49,7 @@ target_link_libraries(functional_tests
${Boost_PROGRAM_OPTIONS_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
set_property(TARGET functional_tests
PROPERTY
FOLDER "tests")
add_test(
NAME functional_tests_rpc
COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/functional_tests_rpc.py" "${PYTHON_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" all)