mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 19:01:21 +02:00
test: Run all benchmarks in the sanity check
This commit is contained in:
@@ -79,8 +79,8 @@ if(ENABLE_WALLET)
|
||||
target_link_libraries(bench_bitcoin bitcoin_wallet)
|
||||
endif()
|
||||
|
||||
add_test(NAME bench_sanity_check_high_priority
|
||||
COMMAND bench_bitcoin -sanity-check -priority-level=high
|
||||
add_test(NAME bench_sanity_check
|
||||
COMMAND bench_bitcoin -sanity-check
|
||||
)
|
||||
|
||||
install_binary_component(bench_bitcoin)
|
||||
|
Reference in New Issue
Block a user