mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
always use core_tests for consistency, not coretests
Other tests use unit_tests, performance_tests, etc. This fixes getting it wrong half the time when typing.
This commit is contained in:
parent
8d511f3c24
commit
21b9f6f3c7
3 changed files with 7 additions and 7 deletions
|
@ -212,7 +212,7 @@ invokes cmake commands as needed.
|
|||
|
||||
make release-test
|
||||
|
||||
*NOTE*: `coretests` test may take a few hours to complete.
|
||||
*NOTE*: `core_tests` test may take a few hours to complete.
|
||||
|
||||
* **Optional**: to build binaries suitable for debugging:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue