]> git.proxmox.com Git - rustc.git/blobdiff - src/bootstrap/README.md
New upstream version 1.44.1+dfsg1
[rustc.git] / src / bootstrap / README.md
index c501378bff5491b0bba6cb39a3738f7e7f5845f4..87da7327fe619b433fb1af2756360c1ee601240f 100644 (file)
@@ -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