tests: Move CaseInsensitiveEqual to test/util/str

This commit is contained in:
practicalswift
2019-11-05 08:25:00 +00:00
parent 463eab5e14
commit 85a34b1683
4 changed files with 37 additions and 14 deletions

View File

@@ -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 \