[tidy] update documentation from make check to x.py test
This commit is contained in:
parent
d3c79346a3
commit
71f92bb812
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
//! Tidy checks source code in this repository.
|
||||
//!
|
||||
//! This program runs all of the various tidy checks for style, cleanliness,
|
||||
//! etc. This is run by default on `make check` and as part of the auto
|
||||
//! builders.
|
||||
//! etc. This is run by default on `./x.py test` and as part of the auto
|
||||
//! builders. The tidy checks can be executed with `./x.py test src/tools/tidy`.
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue