aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorRussell Yanofsky <[email protected]>2017-03-10 15:47:41 -0500
committerRussell Yanofsky <[email protected]>2017-03-10 15:47:41 -0500
commit91e303595be2cc2361a5e32000e23a3b744e2fc1 (patch)
tree979f26eeedcfd129a866d9eb9cc7bc0fb1ec129c /src/Makefile.test.include
parentMerge #9768: [qa] Add logging to test_framework.py (diff)
downloaddiscoin-91e303595be2cc2361a5e32000e23a3b744e2fc1.tar.xz
discoin-91e303595be2cc2361a5e32000e23a3b744e2fc1.zip
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.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 55a587cf8..c3069e33b 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -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 \