diff options
| author | mj-xmr <mjxmr@protonmail.com> | 2021-02-18 23:30:41 +0100 |
|---|---|---|
| committer | mj-xmr <mjxmr@protonmail.com> | 2021-03-30 05:48:55 +0200 |
| commit | 45f01f577c108f1890bb3c18e4e1fbf27e0f832d (patch) | |
| tree | 0b2046c5f15664e2694661bf373e020fe73802e8 /tests/README.md | |
| parent | a7663f4ba1f78e78e8beea00186be0307d42c260 (diff) | |
| download | monzero-core-45f01f577c108f1890bb3c18e4e1fbf27e0f832d.tar.gz monzero-core-45f01f577c108f1890bb3c18e4e1fbf27e0f832d.tar.xz monzero-core-45f01f577c108f1890bb3c18e4e1fbf27e0f832d.zip | |
[CI] Adaptive mining timeout, depending on available CPU power
Printing also available RAM. Add comprehensive description.
Diffstat (limited to 'tests/README.md')
| -rw-r--r-- | tests/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
