[DOC] Mention make check

This commit is contained in:
Nobuyoshi Nakada 2022-01-09 12:39:26 +09:00
parent a7faca51ac
commit 83983bacbc
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -54,6 +54,14 @@ make run
If you want more of the standard library, you can use `runruby` instead of `run`.
## Running Tests
You can run the following tests at once:
``` shell
make check
```
### Run Bootstrap Tests
There are a set of tests in `bootstraptest/` which cover most basic features of the core Ruby language.