aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2021-01-04 11:44:21 +0100
committerVasil Dimov <vd@FreeBSD.org>2021-02-11 10:44:53 +0100
commit615ba0eb96cf131364c1ceca9d3dedf006fa1e1c (patch)
tree1e6cb39b6dcc9c2e86ccfde16fc0c228830e1e1b /src/Makefile.test.include
parent7bd21ce1efc363b3e8ea1d51dd1410ccd66820cb (diff)
downloadbitcoin-615ba0eb96cf131364c1ceca9d3dedf006fa1e1c.tar.xz
test: add Sock unit tests
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 e9f9b73abe..770aba467d 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -114,6 +114,7 @@ BITCOIN_TESTS =\
test/sighash_tests.cpp \
test/sigopcount_tests.cpp \
test/skiplist_tests.cpp \
+ test/sock_tests.cpp \
test/streams_tests.cpp \
test/sync_tests.cpp \
test/system_tests.cpp \