aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorRyan Ofsky <ryan@ofsky.org>2023-09-28 12:58:51 -0400
committerRyan Ofsky <ryan@ofsky.org>2023-10-20 10:30:16 -0400
commit6d43aad742c7ea28303cf2799528188938e7ce32 (patch)
tree66e55937ac2dfe171f26269493d04c00f19fe4d9 /src/Makefile.test.include
parent8062c3bdb9dd3062597ed8299e99151b612d32b7 (diff)
downloadbitcoin-6d43aad742c7ea28303cf2799528188938e7ce32.tar.xz
span: Make Span template deduction guides work in SFINAE context
Also add test to make sure this doesn't get broken in the future. This was breaking vector<bool> serialization in multiprocess code because template current deduction guides would make it appear like vector<bool> could be converted to a span, but then the actual conversion to span would fail.
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 b610dabd07..33ff9688b2 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -144,6 +144,7 @@ BITCOIN_TESTS =\
test/sigopcount_tests.cpp \
test/skiplist_tests.cpp \
test/sock_tests.cpp \
+ test/span_tests.cpp \
test/streams_tests.cpp \
test/sync_tests.cpp \
test/system_tests.cpp \