mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-10 14:48:46 +02:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user