aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2023-10-26 15:54:18 -0600
committerSergi Delgado Segura <sergi.delgado.s@gmail.com>2023-10-31 13:37:12 -0400
commit0420f99f429ce2382057e101859067f40de47be0 (patch)
tree00a34ec11c40c2e531ef589a85efc125363c469d /src/Makefile.test.include
parent4b834f649921aceb44d3e0b5a2ffd7847903f9f7 (diff)
downloadbitcoin-0420f99f429ce2382057e101859067f40de47be0.tar.xz
Create net_peer_connection unit tests
for initial partial unit test coverage of these CConnman class methods: - AddNode() - ConnectNode() - GetAddedNodeInfo() - AlreadyConnectedToAddress() - ThreadOpenAddedConnections() and of the GetAddedNodeInfo() call in RPC addnode.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index d66f5bf53a..d73466c3c3 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -111,6 +111,7 @@ BITCOIN_TESTS =\
test/miniscript_tests.cpp \
test/minisketch_tests.cpp \
test/multisig_tests.cpp \
+ test/net_peer_connection_tests.cpp \
test/net_peer_eviction_tests.cpp \
test/net_tests.cpp \
test/netbase_tests.cpp \