aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorJimmy Song <[email protected]>2017-04-17 15:20:35 -0700
committerJimmy Song <[email protected]>2017-04-17 15:20:35 -0700
commit637706dc9ea9244954252a4fd7d8786bf93e3b67 (patch)
treefc7793630c74b8a0e167e22d032e562137c8e551 /test/README.md
parentMerge #10178: Remove CValidationInterface::UpdatedTransaction (diff)
downloaddiscoin-637706dc9ea9244954252a4fd7d8786bf93e3b67.tar.xz
discoin-637706dc9ea9244954252a4fd7d8786bf93e3b67.zip
Tests: Put Extended tests first when they're included
* Added documentation in tests/README.md about enabling wallet, utils and daemon. * Change ordering to make the long-running EXTENDED_TESTS go first.
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index dec8db960..b40052b89 100644
--- a/test/README.md
+++ b/test/README.md
@@ -25,6 +25,8 @@ The ZMQ functional test requires a python ZMQ library. To install it:
Running tests locally
=====================
+Build for your system first. Be sure to enable wallet, utils and daemon when you configure. Tests will not run otherwise.
+
Functional tests
----------------