diff options
| author | Michael Folkson <[email protected]> | 2019-08-29 13:58:00 +0300 |
|---|---|---|
| committer | Michael Folkson <[email protected]> | 2019-08-29 13:58:00 +0300 |
| commit | 41d484d5c88f057e75cfdd8b88587b9a12a61744 (patch) | |
| tree | d585826c2f24cfbeac20e08d3e0724424e3c1ffe /src | |
| parent | Merge #16556: Fix systemd service file configuration directory setup (diff) | |
| download | discoin-41d484d5c88f057e75cfdd8b88587b9a12a61744.tar.xz discoin-41d484d5c88f057e75cfdd8b88587b9a12a61744.zip | |
doc: Delete stale URL in test README
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/README.md b/src/test/README.md index 0017e3de2..8901fae7b 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). |