[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage

ConfirmMessage is reused in future tests apart from its single usage here.
This commit is contained in:
James O'Beirne
2018-03-29 10:56:04 -04:00
parent 8cdcaee4c7
commit 9c01be1b85
4 changed files with 38 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ TEST_QT_H = \
qt/test/compattests.h \
qt/test/rpcnestedtests.h \
qt/test/uritests.h \
qt/test/util.h \
qt/test/paymentrequestdata.h \
qt/test/paymentservertests.h \
qt/test/wallettests.h
@@ -38,6 +39,7 @@ qt_test_test_bitcoin_qt_SOURCES = \
qt/test/rpcnestedtests.cpp \
qt/test/test_main.cpp \
qt/test/uritests.cpp \
qt/test/util.cpp \
$(TEST_QT_H) \
$(TEST_BITCOIN_CPP) \
$(TEST_BITCOIN_H)