aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-01-16 21:41:09 +0200
committerRiccardo Spagni <ric@spagni.net>2019-01-16 21:41:09 +0200
commit7e172dc8b0d0abc9eecd2851070a60def3659386 (patch)
tree1e3e5335411149b205f4c603186bc722be0c6873 /tests
parentMerge pull request #5035 (diff)
parentremove trailing whitespace in README.md (diff)
downloadmonero-7e172dc8b0d0abc9eecd2851070a60def3659386.tar.xz
Merge pull request #5036
d6dde478 remove trailing whitespace in README.md (David Meister)
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md
index 0bf097254..001ab6154 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -27,7 +27,7 @@ To run the same tests on a release build, replace `debug` with `release`.
# Crypto Tests
-Crypto tests are located under the `tests/crypto` directory.
+Crypto tests are located under the `tests/crypto` directory.
- `crypto-tests.h` contains test harness headers
- `main.cpp` implements the driver for the crypto tests
@@ -50,7 +50,7 @@ To run the same tests on a release build, replace `debug` with `release`.
# Functional tests
[TODO]
-Functional tests are located under the `tests/functional` directory.
+Functional tests are located under the `tests/functional` directory.
First, run a regtest daemon in the offline mode and with a fixed difficulty:
```