aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorMichael Folkson <michaelfolkson@gmail.com>2019-08-29 13:58:00 +0300
committerMichael Folkson <michaelfolkson@gmail.com>2019-08-29 13:58:00 +0300
commit41d484d5c88f057e75cfdd8b88587b9a12a61744 (patch)
treed585826c2f24cfbeac20e08d3e0724424e3c1ffe /src/test
parentfc5b756bae26db5e88bd6ed15e2eb45b05e76bdd (diff)
downloadbitcoin-41d484d5c88f057e75cfdd8b88587b9a12a61744.tar.xz
doc: Delete stale URL in test README
Diffstat (limited to 'src/test')
-rw-r--r--src/test/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/README.md b/src/test/README.md
index 0017e3de26..8901fae7bd 100644
--- a/src/test/README.md
+++ b/src/test/README.md
@@ -49,7 +49,3 @@ unit tests. The file naming convention is `<source_filename>_tests.cpp`
and such files should wrap their tests in a test suite
called `<source_filename>_tests`. For an example of this pattern,
examine `uint256_tests.cpp`.
-
-For further reading, I found the following website to be helpful in
-explaining how the boost unit test framework works:
-[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://archive.is/dRBGf).