aboutsummaryrefslogtreecommitdiff
path: root/src/test/README.md
diff options
context:
space:
mode:
authorjnewbery <[email protected]>2016-09-28 10:25:51 -0400
committerjnewbery <[email protected]>2016-09-29 08:54:56 -0400
commitb82f4939385e87805b4c1896442f0e179e7d9465 (patch)
treed11d7de705e404b2a3a25c8d292307b5f4fab0a1 /src/test/README.md
parentMerge #8827: [qa] Split up slow RPC calls to avoid pruning test timeouts (diff)
downloaddiscoin-b82f4939385e87805b4c1896442f0e179e7d9465.tar.xz
discoin-b82f4939385e87805b4c1896442f0e179e7d9465.zip
Add option to run bitcoin-util-test.py manually
Diffstat (limited to 'src/test/README.md')
-rw-r--r--src/test/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/README.md b/src/test/README.md
index 61462642b..3afdefe5f 100644
--- a/src/test/README.md
+++ b/src/test/README.md
@@ -30,3 +30,11 @@ example, to run just the getarg_tests verbosely:
Run `test_bitcoin --help` for the full list.
+### bitcoin-util-test.py
+
+The test directory also contains the bitcoin-util-test.py tool, which tests bitcoin utils (currently just bitcoin-tx). This test gets run automatically during the `make check` build process. It is also possible to run the test manually from the src directory:
+
+```
+test/bitcoin-util-test.py --srcdir=[current directory]
+
+``` \ No newline at end of file