From 41d484d5c88f057e75cfdd8b88587b9a12a61744 Mon Sep 17 00:00:00 2001 From: Michael Folkson Date: Thu, 29 Aug 2019 13:58:00 +0300 Subject: [PATCH] doc: Delete stale URL in test README --- src/test/README.md | 4 ---- 1 file changed, 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 `_tests.cpp` and such files should wrap their tests in a test suite called `_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).