From 423fc912bca9ca33a649493035a1d98c0985a5d7 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:33:50 +0100 Subject: [PATCH] [DO NOT MERGE] build: Test only "big" binaries --- cmake/module/Maintenance.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/module/Maintenance.cmake b/cmake/module/Maintenance.cmake index a232a9fc1eb17..b360ebe98355c 100644 --- a/cmake/module/Maintenance.cmake +++ b/cmake/module/Maintenance.cmake @@ -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 $) endif()