diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 14:51:11 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 15:44:02 -0500 |
commit | fa02b222459d46219c23366218c5b4e9ba768aeb (patch) | |
tree | ce6df74bf6cfc4f6f339c58c2b135fd6fac8534e /src/Makefile.test.include | |
parent | fab2daa026494cdacda530f1253eb43cf0f1576c (diff) |
test: Remove useless test_bitcoin_main.cpp
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 2 |
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 |