From 45f01f577c108f1890bb3c18e4e1fbf27e0f832d Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Thu, 18 Feb 2021 23:30:41 +0100 Subject: [CI] Adaptive mining timeout, depending on available CPU power Printing also available RAM. Add comprehensive description. --- tests/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/README.md') diff --git a/tests/README.md b/tests/README.md index f6dd25ead..c4ad1ce37 100644 --- a/tests/README.md +++ b/tests/README.md @@ -52,6 +52,11 @@ To run the same tests on a release build, replace `debug` with `release`. [TODO] Functional tests are located under the `tests/functional` directory. +Building all the tests requires installing the following dependencies: +```bash +pip install requests psutil monotonic +``` + First, run a regtest daemon in the offline mode and with a fixed difficulty: ```bash monerod --regtest --offline --fixed-difficulty 1 -- cgit v1.2.3