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 \