diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-04-01 17:20:06 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-04-01 17:20:06 +0200 |
commit | 96e1b4e672ec828625bd91fb14d75e75e56d9692 (patch) | |
tree | 5473ff9c8c99bbe9e17f9c5688561df234c1bd18 /tests | |
parent | Merge pull request #5287 (diff) | |
parent | tests: fix path in instructions (diff) | |
download | monero-96e1b4e672ec828625bd91fb14d75e75e56d9692.tar.xz |
Merge pull request #5289
ab6c3b1d tests: fix path in instructions (moneromooo-monero)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.md | 4 |
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`. |