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:
moneromooo-monero 2017-10-19 16:46:17 +01:00
parent 8d511f3c24
commit 21b9f6f3c7
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 7 additions and 7 deletions

View file

@ -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: