Document `make yjit-smoke-test`
This commit is contained in:
Maxime Chevalier-Boisvert 2023-03-20 15:40:55 -04:00 коммит произвёл GitHub
Родитель 44f444478a
Коммит 27ecf3261e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -274,11 +274,12 @@ add them to `yjit/cruby.rs` instead.
### Coding & Debugging Protips
There are 3 test suites:
There are multiple test suites:
- `make btest` (see `/bootstraptest`)
- `make test-all`
- `make test-spec`
- `make check` runs all of the above
- `make yjit-smoke-test` runs quick checks to see that YJIT is working correctly
The tests can be run in parallel like this: