From 259b06e33f533096f0b46beca8719fd4afceb78b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Mar 2020 21:55:56 -0400 Subject: [PATCH] add documentation of x.py tool testing --- src/bootstrap/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md index c501378bff54..87da7327fe61 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