Skip to content

Files

Latest commit

fa7fea3 · Mar 12, 2020

History

History
This branch is 21154 commits behind bitcoin/bitcoin:master.

util

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 6, 2019
Nov 6, 2019
Nov 6, 2019
Nov 6, 2019
Nov 6, 2019
Dec 22, 2019
Dec 22, 2019
Mar 12, 2020
Feb 17, 2020
Nov 5, 2019
Nov 25, 2019
Feb 28, 2020
Feb 28, 2020
Jan 23, 2020
Nov 25, 2019

Test library

This contains files for the test library, which is used by the test binaries (unit tests, benchmarks, fuzzers, gui tests).

Generally, the files in this folder should be well-separated modules. New code should be added to existing modules or (when in doubt) a new module should be created.

The utilities in here are compiled into a library, which does not hold any state. However, the main file setup_common defines the common test setup for all test binaries. The test binaries will handle the global state when they instantiate the BasicTestingSetup (or one of its derived classes).