tests: Avoid test suite name collision in wallet crypto_tests

This commit is contained in:
MarcoFalke
2018-04-05 16:00:39 -04:00
committed by practicalswift
parent 5f0c6a7b0e
commit 3ebfb2dadb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ BITCOIN_TESTS += \
wallet/test/wallet_test_fixture.h \
wallet/test/accounting_tests.cpp \
wallet/test/wallet_tests.cpp \
wallet/test/crypto_tests.cpp \
wallet/test/wallet_crypto_tests.cpp \
wallet/test/coinselector_tests.cpp
endif