Skip to content

Commit

Permalink
fixup! cmake: Create test suite for ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 19, 2024
1 parent 16ac373 commit 4d77971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ if(TARGET test_bitcoin)
add_test(NAME ${test_suite_name}
COMMAND test_bitcoin --run_test=${test_suite_name} --catch_system_error=no
)
set_property(TEST ${test_suite_name} PROPERTY
SKIP_REGULAR_EXPRESSION "no test cases matching filter" "Skipping"
)
endif()
endfunction()

Expand Down

0 comments on commit 4d77971

Please sign in to comment.