mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
test: Run all benchmarks in the sanity check
This commit is contained in:
parent
e5a00b2497
commit
faca46b042
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue