tools/autotest/README.md
The script eliminates the manual overhead of finding which build target contains a specific test. Whether you provide a filename, a directory, or just a test case name, the script:
In the case when the Current Working Directory (CWD) is not the build directory or the environment
variable export CHROMIUM_OUTPUT_DIR is not set, the script requires a build directory specified
via -C.
autotest.py base/pickle_unittest.ccautotest.py -C out/Default base/strings/autotest.py -C out/Default StringUtilTest.IsStringUTF8autotest.py -C out/Default --run-changedautotest.py -C out/Default --run-relatedautotest.py -C out/Default --line 42 base/pickle_unittest.ccTo see other command line flags run with --help
autotest.py are passed directly
to the underlying test runner.-r if cs is available to avoid slow local disk I/O.