aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-28 14:51:11 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-28 15:44:02 -0500
commitfa02b222459d46219c23366218c5b4e9ba768aeb (patch)
treece6df74bf6cfc4f6f339c58c2b135fd6fac8534e /src/Makefile.test.include
parentfab2daa026494cdacda530f1253eb43cf0f1576c (diff)
downloadbitcoin-fa02b222459d46219c23366218c5b4e9ba768aeb.tar.xz
test: Remove useless test_bitcoin_main.cpp
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index ff7719ee4b..8593d361b5 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -51,7 +51,7 @@ RAW_TEST_FILES =
GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.raw.h)
BITCOIN_TEST_SUITE = \
- test/test_bitcoin_main.cpp \
+ test/main.cpp \
test/test_bitcoin.h \
test/test_bitcoin.cpp