functional_tests: check for RPC methods which aren't exposed

This commit is contained in:
moneromooo-monero 2019-05-24 21:56:04 +00:00
parent d53a55204f
commit e037ecb014
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
4 changed files with 196 additions and 0 deletions

View file

@ -59,3 +59,7 @@ else()
message(WARNING "functional_tests_rpc skipped, needs the 'requests' python module")
set(CTEST_CUSTOM_TESTS_IGNORE ${CTEST_CUSTOM_TESTS_IGNORE} functional_tests_rpc)
endif()
add_test(
NAME check_missing_rpc_methods
COMMAND ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/check_missing_rpc_methods.py" "${CMAKE_SOURCE_DIR}")