aboutsummaryrefslogtreecommitdiff
path: root/src/test/README.md
Commit message (Collapse)AuthorAgeFilesLines
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-6/+6
| | | | | | | | -BEGIN VERIFY SCRIPT- sed --in-place'' --regexp-extended 's/[[:space:]]+$//g' $(git grep -I --files-with-matches --extended-regexp '[[:space:]]+$' -- src test ':!*.svg' ':!src/crypto/sha256_sse4*' ':!src/leveldb' ':!src/qt/locale' ':!src/secp256k1' ':!src/univalue') -END VERIFY SCRIPT-
* [docs] Fixed outdated link with archive.isTim Shimmin2017-12-011-1/+1
| | | | The listed link is directing to an empty page, at least content-wise. I found the same page on archive.is and linked to that instead.
* [docs] explain how to recompile only what bitcoind tests needSjors Provoost2017-09-061-1/+4
| | | | | | `make` rebuilds the entire project. This is quite slow if e.g. you're making changes to one file and only wish to run the bitcoind tests. This commit adds an instruction to run `make -C src/test` (as opposed to `make src/test` and `make src/test/test_bitcoin`).
* Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery2017-03-201-9/+0
|
* Merge `doc/unit-tests.md` into `src/test/README.md`Wladimir J. van der Laan2016-11-021-13/+34
| | | | | | | Refer to the right file in the top-level README.md. Having only one file with test documentation saves some confusion about where things are documented.
* Add option to run bitcoin-util-test.py manuallyjnewbery2016-09-291-0/+8
|
* Update README.mdChris Stewart2016-07-311-12/+9
| | | | | | | | | | | | | | Updating documentation for adding new unit test files Removing unneeded sentence from README Removing uint160_tests.cpp as it DNE Formatting command line instructions to use `` fixing 80 char formatting issue in README fixing more nits
* Clarification of unit test build instructions.Eric Lombrozo2015-10-101-0/+2
|
* Unit test doublespends in new blocksGavin Andresen2015-07-271-1/+13
| | | | | | | As suggested by Greg Maxwell-- unit test to make sure a block with a double-spend in it doesn't pass validation if half of the double-spend is already in the memory pool (so full-blown transaction validation is skipped) when the block is received.
* Removed LevelDB changessuper32014-05-011-0/+21
Syntax Highlighting