add documentation of x.py tool testing · rust-lang/rust@259b06e (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 259b06e
add documentation of x.py tool testing
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -55,6 +55,9 @@ The script accepts commands, flags, and arguments to determine what to do: | ||
55 | 55 | # run all unit tests |
56 | 56 | ./x.py test |
57 | 57 | |
58 | + # execute tool tests | |
59 | + ./x.py test tidy | |
60 | + | |
58 | 61 | # execute the UI test suite |
59 | 62 | ./x.py test src/test/ui |
60 | 63 |