Search notes:

Bitcoin core: testing

After compiling the sources, there are two executables under Developing for Bitcoin Core: test_bitcoin and test_bitcoin_fuzzy.
In order to reduce the time to execute the testcases, the number of test cases can be limited, for example with
./test_bitcoin --run_tests=addrman_tests

Boost test framework

The tests use the boost test framework

Index