add documentation of x.py tool testing

This commit is contained in:
Chris Simpkins
2020-03-09 21:55:56 -04:00
parent 0982c58edc
commit 259b06e33f
+3
View 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