aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qttest.include
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@gmail.com>2018-03-29 10:56:04 -0400
committerJames O'Beirne <james.obeirne@gmail.com>2018-04-25 13:08:53 -0400
commit9c01be1b85f8ad11a8a0826a4a2bcdc2668a5c1f (patch)
treec689ea08afebf413262c2cf33e07b000156024dd /src/Makefile.qttest.include
parent8cdcaee4c7b256c5c3b70f1cfb04a5fb547311cd (diff)
downloadbitcoin-9c01be1b85f8ad11a8a0826a4a2bcdc2668a5c1f.tar.xz
[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage
ConfirmMessage is reused in future tests apart from its single usage here.
Diffstat (limited to 'src/Makefile.qttest.include')
-rw-r--r--src/Makefile.qttest.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include
index 1279152198..473693faaa 100644
--- a/src/Makefile.qttest.include
+++ b/src/Makefile.qttest.include
@@ -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)