Remove redundant testutil files

Github-Pull: #11234
Rebased-From: d1138e3620
This commit is contained in:
MeshCollider
2017-09-05 15:02:17 +12:00
committed by MarcoFalke
parent 44241765e3
commit f0b67954f0
6 changed files with 3 additions and 40 deletions

View File

@@ -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)