aboutsummaryrefslogtreecommitdiff
path: root/src/test/README.md
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2015-07-28 20:15:46 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2015-07-28 20:15:51 +0200
commit5c27f1247a23f24c81eda8b0c90d48923edf7792 (patch)
treef895f77f46d5ccb686f72b2d57f2fe5252631a71 /src/test/README.md
parentbc484ef8db02715e283e4cddd2c972316c0688dd (diff)
downloadbitcoin-5c27f1247a23f24c81eda8b0c90d48923edf7792.tar.xz
Revert "Cache transaction validation successes"
This reverts commit bc484ef8db02715e283e4cddd2c972316c0688dd.
Diffstat (limited to 'src/test/README.md')
-rw-r--r--src/test/README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/test/README.md b/src/test/README.md
index e36112bd4f..7efce6f052 100644
--- a/src/test/README.md
+++ b/src/test/README.md
@@ -18,16 +18,4 @@ 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://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/).
-
-test_bitcoin has some built-in command-line arguments; for
-example, to run just the getarg_tests verbosely:
-
- test_bitcoin --log_level=all --run_test=getarg_tests
-
-... or to run just the doubledash test:
-
- test_bitcoin --run_test=getarg_tests/doubledash
-
-Run test_bitcoin --help for the full list.
-
+[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/). \ No newline at end of file