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