bitcoin/src/qt/test
Russell Yanofsky e4709c7b56 Start using init makeNode, makeChain, etc methods
Use interfaces::Init::make* methods instead of interfaces::Make*
functions, so interfaces can be constructed differently in different
executables without having to change any code. (So for example
bitcoin-gui can make an interfaces::Node pointer that communicates with
a bitcoin-node subprocess, while bitcoin-qt can make an interfaces::Node
pointer that starts node code in the same process.)
2021-08-17 03:05:15 -05:00
..
addressbooktests.cpp refactor: move first run detection to client code 2021-05-19 08:50:16 +02:00
addressbooktests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
apptests.cpp Merge bitcoin-core/gui#337: test: Use Regex Search in Apptests 2021-08-05 08:53:03 +03:00
apptests.h scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
Makefile build: add stub makefiles for easier subdir builds 2014-06-05 16:05:43 -04:00
rpcnestedtests.cpp test: Use loop to register RPCs 2021-05-03 11:50:05 +02:00
rpcnestedtests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
test_main.cpp Start using init makeNode, makeChain, etc methods 2021-08-17 03:05:15 -05:00
uritests.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
uritests.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
util.cpp scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
util.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
wallettests.cpp Start using init makeNode, makeChain, etc methods 2021-08-17 03:05:15 -05:00
wallettests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00