aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qttest.include
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2017-09-05 15:02:17 +1200
committerMarcoFalke <falke.marco@gmail.com>2017-10-03 18:50:43 +0200
commitf0b67954f06e71eb2f4df0125b7075d8b36e0c6f (patch)
tree01985f0c46ef72d56f4014c4da117d658c86ef4c /src/Makefile.qttest.include
parent44241765e3c8caa9248949cbe0fbc1c3072319c0 (diff)
downloadbitcoin-f0b67954f06e71eb2f4df0125b7075d8b36e0c6f.tar.xz
Remove redundant testutil files
Github-Pull: #11234 Rebased-From: d1138e36208dac87a27f415f39c70377636e93f1
Diffstat (limited to 'src/Makefile.qttest.include')
-rw-r--r--src/Makefile.qttest.include6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include
index 02f30bc952..ea2ed17472 100644
--- a/src/Makefile.qttest.include
+++ b/src/Makefile.qttest.include
@@ -25,12 +25,10 @@ TEST_QT_H = \
qt/test/wallettests.h
TEST_BITCOIN_CPP = \
- test/test_bitcoin.cpp \
- test/testutil.cpp
+ test/test_bitcoin.cpp
TEST_BITCOIN_H = \
- test/test_bitcoin.h \
- test/testutil.h
+ test/test_bitcoin.h
qt_test_test_bitcoin_qt_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \
$(QT_INCLUDES) $(QT_TEST_INCLUDES) $(PROTOBUF_CFLAGS)