From dad469ed7c9abbdc227af80d0b940f768d306c9c Mon Sep 17 00:00:00 2001 From: oskii Date: Mon, 23 Feb 2026 12:06:00 +0100 Subject: [PATCH] fix broke test chain --- src/Makefile.test.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index dba16d3ab..f60e88a45 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -93,7 +93,6 @@ BTQ_TESTS =\ test/dilithium_descriptor_tests.cpp \ test/dilithium_basic_tests.cpp \ test/dilithium_network_policy_tests.cpp \ - test/dilithium_rpc_tests.cpp \ test/cuckoocache_tests.cpp \ test/dbwrapper_tests.cpp \ test/denialofservice_tests.cpp \ @@ -177,6 +176,7 @@ BTQ_TESTS =\ if ENABLE_WALLET BTQ_TESTS += \ + test/dilithium_rpc_tests.cpp \ wallet/test/feebumper_tests.cpp \ wallet/test/psbt_wallet_tests.cpp \ wallet/test/spend_tests.cpp \