Skip to content

Commit

Permalink
[backport#11804] [docs] Fixed outdated link with archive.is
Browse files Browse the repository at this point in the history
Summary:
bf20a7d [docs] Fixed outdated link with archive.is (Tim Shimmin)

---

Backport of Core [[bitcoin/bitcoin#11804 | PR11804]]

Test Plan: read it

Reviewers: #bitcoin_abc, PiRK, Fabien

Reviewed By: #bitcoin_abc, PiRK, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D8173
  • Loading branch information
laanwj authored and majcosta committed Oct 29, 2020
1 parent 5a179f9 commit bb72733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ which you want to create unit tests. The file naming convention is
a test suite called `<source_filename>_tests`. For an example of this pattern,
see `uint256_tests.cpp`.

For further reading, I found the following website to be helpful in
For further reading, I found the following websites to be helpful in
explaining how the boost unit test framework works:
[https://legalizeadulthood.wordpress.com/2009/07/04/c-unit-tests-with-boost-test-part-1/](https://legalizeadulthood.wordpress.com/2009/07/04/c-unit-tests-with-boost-test-part-1/)
[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://archive.is/dRBGf)

### Logging and debugging in unit tests

Expand Down

0 comments on commit bb72733

Please sign in to comment.