1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Add information on running tests (#796)

Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
EmelyanenkoK 2023-11-03 15:53:11 +03:00 committed by GitHub
parent 52fd824939
commit 79ed14cba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

View file

@ -70,4 +70,4 @@ If a CI workflow fails not because of your changes but workflow issues, try to f
## Running tests
Tests are executed by running `ctest` in the build directory.
Tests are executed by running `ctest` in the build directory. See `doc/Tests.md` for more information.