Skip to content

Commit

Permalink
[DO NOT MERGE] build: Test only "big" binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 10, 2024
1 parent a4b627a commit 423fc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/module/Maintenance.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function(add_maintenance_targets)
VERBATIM
)

foreach(target IN ITEMS bitcoind bitcoin-qt bitcoin-cli bitcoin-tx bitcoin-util bitcoin-wallet test_bitcoin bench_bitcoin)
foreach(target IN ITEMS bitcoind bitcoin-qt)
if(TARGET ${target})
list(APPEND executables $<TARGET_FILE:${target}>)
endif()
Expand Down

0 comments on commit 423fc91

Please sign in to comment.