about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Simpkins <git.simpkins@gmail.com>2020-03-09 21:55:56 -0400
committerChris Simpkins <git.simpkins@gmail.com>2020-03-09 21:55:56 -0400
commit259b06e33f533096f0b46beca8719fd4afceb78b (patch)
treecad658a9fd0372245f4d9c68ff9ac027b60feab8
parent0982c58edc5b9fe4cfc8b22bc3edaa95e4f5c638 (diff)
downloadrust-259b06e33f533096f0b46beca8719fd4afceb78b.tar.gz
rust-259b06e33f533096f0b46beca8719fd4afceb78b.zip
add documentation of x.py tool testing
-rw-r--r--src/bootstrap/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md
index c501378bff5..87da7327fe6 100644
--- a/src/bootstrap/README.md
+++ b/src/bootstrap/README.md
@@ -55,6 +55,9 @@ The script accepts commands, flags, and arguments to determine what to do:
   # run all unit tests
   ./x.py test
 
+  # execute tool tests
+  ./x.py test tidy
+
   # execute the UI test suite
   ./x.py test src/test/ui