aboutsummaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-14 18:54:12 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-14 19:23:29 +0000
commitab6c3b1da0b4b6fdb78e5f689d9fdd8782336817 (patch)
treed3a22da9090cefef6d630d3d1619f6da48282c08 /tests/README.md
parentMerge pull request #5258 (diff)
downloadmonero-ab6c3b1da0b4b6fdb78e5f689d9fdd8782336817.tar.xz
tests: fix path in instructions
Reported by notmike
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 001ab6154..053dd2244 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -18,7 +18,7 @@ Tests are located in `tests/core_tests/`, and follow a straightforward naming co
To run only Monero's core tests (after building):
```
-cd build/debug/tests/core
+cd build/debug/tests/core_tests
ctest
```
@@ -103,6 +103,8 @@ cd build/debug/tests/performance_tests
./performance_tests
```
+The path may be build/Linux/master/debug (adapt as necessary for your platform).
+
If the `performance_tests` binary does not exist, try running `make` in the `build/debug/tests/performance_tests` directory.
To run the same tests on a release build, replace `debug` with `release`.