Make test_bitcoin.cpp compatible with Qt Test framework

Move Boost.Test main function and global overrides to a new test_bitcoin_main.cpp file.
This commit is contained in:
Russell Yanofsky
2017-03-10 15:47:41 -05:00
parent 8910b4717e
commit 91e303595b
3 changed files with 33 additions and 22 deletions
+1
View File
@@ -126,6 +126,7 @@ BITCOIN_TESTS =\
test/streams_tests.cpp \
test/test_bitcoin.cpp \
test/test_bitcoin.h \
test/test_bitcoin_main.cpp \
test/test_random.h \
test/testutil.cpp \
test/testutil.h \