mirror of
https://github.com/monero-project/monero
synced 2024-11-02 11:29:27 +01:00
tests: fix path in instructions
Reported by notmike
This commit is contained in:
parent
1d1a02e9f9
commit
ab6c3b1da0
@ -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):
|
To run only Monero's core tests (after building):
|
||||||
|
|
||||||
```
|
```
|
||||||
cd build/debug/tests/core
|
cd build/debug/tests/core_tests
|
||||||
ctest
|
ctest
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -103,6 +103,8 @@ cd build/debug/tests/performance_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.
|
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`.
|
To run the same tests on a release build, replace `debug` with `release`.
|
||||||
|
Loading…
Reference in New Issue
Block a user