Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Nov 6, 2024
1 parent 22bcbaa commit 6da4ca8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cmake/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ if(TARGET bitcoin-util AND TARGET bitcoin-tx AND TARGET Python3::Interpreter)
)
endif()

if(TARGET Python3::Interpreter)
add_test(NAME util_rpcauth_test
COMMAND Python3::Interpreter ${PROJECT_BINARY_DIR}/test/util/rpcauth-test.py
)
endif()
add_test(NAME util_rpcauth_test
COMMAND Python3::Interpreter ${PROJECT_BINARY_DIR}/test/util/rpcauth-test.py
)
set_tests_properties(util_rpcauth_test PROPERTIES
DISABLED $<NOT:$<BOOL:$<TARGET_EXISTS:Python3::Interpreter>>>
)

0 comments on commit 6da4ca8

Please sign in to comment.