aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-11-05 08:25:00 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2019-11-05 09:23:44 +0000
commit85a34b1683233060c4500cfb8e3f5d84c8b8f0da (patch)
treec486a5cd2f774b060d41bb4043ad27f37b694bb9 /src/Makefile.test.include
parent463eab5e1418a592036e7bf9bf46f66fe6462435 (diff)
downloadbitcoin-85a34b1683233060c4500cfb8e3f5d84c8b8f0da.tar.xz
tests: Move CaseInsensitiveEqual to test/util/str
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index c3f0120005..b467591c3c 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -60,7 +60,9 @@ BITCOIN_TEST_SUITE = \
test/lib/transaction_utils.cpp \
test/main.cpp \
test/setup_common.h \
- test/setup_common.cpp
+ test/setup_common.cpp \
+ test/util/str.h \
+ test/util/str.cpp
FUZZ_SUITE = \
test/setup_common.h \