aboutsummaryrefslogtreecommitdiff
path: root/src/test/main.cpp
AgeCommit message (Collapse)Author
2022-02-13build: use header-only Boost unit testfanquake
2022-01-11test: parse the command line arguments in unit testsVasil Dimov
Retrieve the command line arguments from boost and pass them to `BasicTestingSetup` so that we gain extra flexibility of passing any config options on the test command line, e.g.: ``` test_bitcoin -- -printtoconsole=1 -checkaddrman=5 ```
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-03-30test: Remove unsafe BOOST_TEST_MESSAGEMarcoFalke
2020-01-02test: Show debug log on unit test failureMarcoFalke
2019-02-28test: Remove useless test_bitcoin_main.cppMarcoFalke